summaryrefslogtreecommitdiff
path: root/games/tscp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/tscp/Makefile')
-rw-r--r--games/tscp/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/tscp/Makefile b/games/tscp/Makefile
new file mode 100644
index 00000000000..ed02abf0d81
--- /dev/null
+++ b/games/tscp/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 18:24:53 abs Exp $
+#
+
+DISTNAME= tscp171
+PKGNAME= tscp-1.71
+CATEGORIES= games benchmarks
+MASTER_SITES= http://ucsu.colorado.edu/~kerrigat/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://ucsu.colorado.edu/~kerrigat/
+
+RESTRICTED= No distribtion without authorisation from Tom Kerrigan
+
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
+do-build:
+ cd ${WRKSRC} ; ${CC} ${CFLAGS} ${LDFLAGS} -o tscp *.c -lcompat
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tscp ${PREFIX}/bin/tscp
+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/tscp.txt
+
+.include "../../mk/bsd.pkg.mk"