blob: fae5bffadbb4efcec9fc691b4b3cf001773e462d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: gtksamba
# Version required: 0.1.1
# Date created: 4 November 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= gtksamba-0.1.1
CATEGORIES= net x11
MASTER_SITES= http://www.open-systems.com/gtksamba/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
USE_X_PREFIX= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/gtksamba ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gtksamba
.for file in COPYING README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba
.endfor
.endif
.include <bsd.port.mk>
|