diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-10 11:44:52 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-10 11:44:52 +0800 |
commit | 6159aaba0532c1c271f31cd79e58e226c295a26a (patch) | |
tree | fa816dc4bc0ea7a368151f0fa8449a488308cdd6 /games/pentix/Makefile | |
parent | 5d0b2a40cc6140424505b198b7f5fa323278157c (diff) | |
download | freebsd-ports-gnome-6159aaba0532c1c271f31cd79e58e226c295a26a.tar.gz freebsd-ports-gnome-6159aaba0532c1c271f31cd79e58e226c295a26a.tar.zst freebsd-ports-gnome-6159aaba0532c1c271f31cd79e58e226c295a26a.zip |
Initial import of games/pentix v2.4
Modified the port to respect ${PREFIX}
PR: 21868
Submitted by: Andrey Tchoritch <andy@venus.sympad.net>
Diffstat (limited to 'games/pentix/Makefile')
-rw-r--r-- | games/pentix/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/pentix/Makefile b/games/pentix/Makefile new file mode 100644 index 000000000000..47a7c2c6564d --- /dev/null +++ b/games/pentix/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pentix +# Date created: 19 Sep 2000 +# Whom: andy +# +# $FreeBSD$ +# + +PORTNAME= pentix +PORTVERSION= 2.4 +CATEGORIES= games +MASTER_SITES= http://www.sympad.net/~andy/pentix/ + +MAINTAINER= andy@sympad.net + +ALL_TARGET= pentix + +MAN1= pentix.1 + +.include <bsd.port.mk> |