summaryrefslogtreecommitdiffstats
path: root/emulators/generator/Makefile
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2001-04-22 00:32:32 +0000
committernakai <nakai@FreeBSD.org>2001-04-22 00:32:32 +0000
commitce1a8722025239e84275e7ea7f5620396eb2efca (patch)
treee93a51fc494858741d06737ffe6e19610b618ef2 /emulators/generator/Makefile
parentee8b2695357d29228ce4411a37b09159b7b91785 (diff)
downloadFreeBSD-ports-ce1a8722025239e84275e7ea7f5620396eb2efca.zip
FreeBSD-ports-ce1a8722025239e84275e7ea7f5620396eb2efca.tar.gz
Initial import.
SEGA Megadrive/Genesis emulator.
Diffstat (limited to 'emulators/generator/Makefile')
-rw-r--r--emulators/generator/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile
new file mode 100644
index 0000000..10e93b4
--- /dev/null
+++ b/emulators/generator/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: generator
+# Date created: 16 April 2001
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= generator
+PORTVERSION= 0.15
+CATEGORIES= emulators
+MASTER_SITES= http://www.squish.net/generator/files/
+
+MAINTAINER= nakai@FreeBSD.org
+
+LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
+ tk82.1:${PORTSDIR}/x11-toolkits/tk82
+
+CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include \
+ -I${LOCALBASE}/include/tk8.2 -I${LOCALBASE}/include/tcl8.2"
+CONFIGURE_ARGS= --enable-tcltk
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+nakai:
+ echo ${CONFIGURE_ARGS}
+
+do-configure:
+ ( cd ${WRKSRC}/src; ${CONFIGURE_ENV} ../compile/${CONFIGURE_SCRIPT} \
+ ${CONFIGURE_ARGS} )
+
+do-build:
+ ( cd ${WRKSRC}/src; ${GMAKE} )
+
+do-install:
+ ${MKDIR} ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/generator/
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/generator-tcltk ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/share/* ${PREFIX}/share/generator
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud