Lines 6-24
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= thefish |
8 |
PORTNAME= thefish |
9 |
PORTVERSION= 0.2.1 |
9 |
PORTVERSION= 0.2.2 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= http://energyhq.homeip.net/files/ |
11 |
MASTER_SITES= http://energyhq.homeip.net/files/ |
12 |
|
12 |
|
13 |
MAINTAINER= flynn@energyhq.homeip.net |
13 |
MAINTAINER= flynn@energyhq.homeip.net |
14 |
|
14 |
|
|
|
15 |
.if !defined(NO_GUI) && defined(WITH_GTK2) |
16 |
LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 |
17 |
.endif |
18 |
.if !defined(NO_GUI) |
15 |
USE_X_PREFIX= yes |
19 |
USE_X_PREFIX= yes |
|
|
20 |
.endif |
21 |
.if !defined(NO_GUI) && !defined(WITH_GTK2) |
16 |
USE_GTK= yes |
22 |
USE_GTK= yes |
|
|
23 |
.endif |
17 |
|
24 |
|
18 |
MAN1= thefish.1 |
25 |
MAN1= thefish.1 |
19 |
|
26 |
|
|
|
27 |
pre-everything:: |
28 |
@$(CAT) pkg-message |
29 |
|
20 |
do-install: |
30 |
do-install: |
21 |
${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin |
31 |
@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin |
22 |
${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 |
32 |
@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 |
23 |
|
33 |
|
24 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |