summaryrefslogtreecommitdiff
path: root/games/xteddy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xteddy/Makefile')
-rw-r--r--games/xteddy/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile
new file mode 100644
index 000000000000..a4c3f6a046c4
--- /dev/null
+++ b/games/xteddy/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xteddy
+# Version required: 1.0
+# Date created: 3 June 1998
+# Whom: Eckart "Isegrim" Hofmann
+#
+# $Id$
+#
+
+DISTNAME= xteddy-1.0
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.leo.org:/pub/comp/usenet/comp.sources.x/xteddy/
+
+MAINTAINER= Isegrim@Wunder-Nett.org
+
+LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+NO_CDROM= "Can only be distributed for free"
+
+USE_IMAKE= yes
+
+post-install:
+ strip ${PREFIX}/bin/xteddy
+.include <bsd.port.mk>