diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-16 19:22:36 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-16 19:22:36 +0000 |
commit | d14255e3168cf7139162fe83ddc60751420788db (patch) | |
tree | 52ec465a76a205565de3061928baf77eb2250a61 /sysutils/thefish/Makefile | |
parent | e8b907a36f6c9ad9f217501fe1acd9b24b56bad6 (diff) |
Notes
Diffstat (limited to 'sysutils/thefish/Makefile')
-rw-r--r-- | sysutils/thefish/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile new file mode 100644 index 000000000000..540ea1654e5d --- /dev/null +++ b/sysutils/thefish/Makefile @@ -0,0 +1,24 @@ +# 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.1 +CATEGORIES= sysutils +MASTER_SITES= http://energyhq.homeip.net/files/ + +MAINTAINER= flynn@energyhq.homeip.net + +USE_X_PREFIX= yes +USE_GTK= yes + +MAN1= thefish.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> |