Lines 2-23
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= thefish |
4 |
PORTNAME= thefish |
5 |
PORTVERSION= 0.6.6 |
5 |
PORTVERSION= 0.6.7 |
6 |
PORTREVISION= 6 |
|
|
7 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
8 |
MASTER_SITES= SF/${PORTNAME} |
7 |
MASTER_SITES= http://BSDforge.com/projects/source/sysutils/thefish/ |
9 |
|
8 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= portmaster@BSDforge.com |
11 |
COMMENT= Gtk+/ncurses rc.conf editor/management tool |
10 |
COMMENT= Gtk+/ncurses rc.conf editor/management tool |
12 |
|
11 |
|
13 |
BROKEN= unfetchable |
12 |
LICENSE= BSD2CLAUSE |
14 |
|
13 |
|
15 |
USES= pkgconfig |
14 |
USES= pkgconfig tar:xz |
16 |
WANT_GNOME= yes |
15 |
WANT_GNOME= yes |
17 |
|
16 |
|
18 |
#OPTIONS_SINGLE= X11 |
17 |
OPTIONS_SINGLE= X11 |
19 |
#OPTIONS_SINGLE_X11= GTK2 |
18 |
OPTIONS_SINGLE_X11= GTK2 |
20 |
#OPTIONS_DEFAULT= GTK2 |
19 |
OPTIONS_DEFAULT= GTK2 |
21 |
|
20 |
|
22 |
.include <bsd.port.options.mk> |
21 |
.include <bsd.port.options.mk> |
23 |
|
22 |
|
Lines 29-35
Link Here
|
29 |
PLIST_FILES= bin/thefish man/man1/thefish.1.gz |
28 |
PLIST_FILES= bin/thefish man/man1/thefish.1.gz |
30 |
|
29 |
|
31 |
do-install: |
30 |
do-install: |
32 |
@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin |
31 |
${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin |
33 |
@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1 |
32 |
${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1 |
34 |
|
33 |
|
35 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |