freebsd-ports/sysutils/thefish/Makefile
Adam Weinberger 846e0d4c3c Update to 0.3.1.
PR:		50908
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net> (maintainer)
2003-04-13 20:31:38 +00:00

38 lines
786 B
Makefile

# New ports collection makefile for: thefish
# Date created: Sat Mar 16 17:49:09 CET 2002
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
#
# $FreeBSD$
#
PORTNAME= thefish
PORTVERSION= 0.3.1
CATEGORIES= sysutils
MASTER_SITES= http://energyhq.homeip.net/files/
MAINTAINER= flynn@energyhq.homeip.net
COMMENT= Gtk+/ncurses rc.conf editor/management tool
.if defined(WITHOUT_X11) || defined(NO_GUI)
NO_GUI= yes
MAKE_ENV+= NO_GUI=yes
.else
USE_GNOME= gtk20
USE_X_PREFIX= yes
.endif
.if defined(WITH_CDK)
LIB_DEPENDS= cdk:${PORTSDIR}/devel/cdk
MAKE_ENV+= WITH_CDK=yes
.endif
MAN1= thefish.1
pre-everything::
@${CAT} ${PKGMESSAGE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
.include <bsd.port.mk>