diff options
Diffstat (limited to 'games/trojka/Makefile')
-rw-r--r-- | games/trojka/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/trojka/Makefile b/games/trojka/Makefile new file mode 100644 index 0000000..aff4402 --- /dev/null +++ b/games/trojka/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: trojka +# Date created: 22 march 2000 +# Whom: Edwin Mons +# +# $FreeBSD$ +# + +PORTNAME= trojka +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/ +DISTNAME= ${PORTNAME} + +MAINTAINER= e@ik.nu + +MAN6= trojka.6 + +post-install: + ${SED} "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} + +.include <bsd.port.mk> |