summaryrefslogtreecommitdiff
path: root/sysutils/cd-write/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cd-write/Makefile')
-rw-r--r--sysutils/cd-write/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile
new file mode 100644
index 000000000000..f0dee509fd30
--- /dev/null
+++ b/sysutils/cd-write/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: cd-write
+# Version required: 1.1
+# Date created: 1 May 1997
+# Whom: jmz
+#
+# $Id$
+#
+
+DISTNAME= cd-write-1.1
+CATEGORIES= sysutils x11
+MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+
+MAINTAINER= jmz@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/cd-write
+
+LIB_DEPENDS= tixsam4175\\.1\\.:${PORTSDIR}/x11/tix
+
+pre-build:
+ @cd ${WRKSRC}; mv Makefile Makefile~; \
+ sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile;\
+ echo all: cd-write >> Makefile
+ @cd ${WRKSRC}/c++tk; mv Makefile Makefile~; \
+ sed -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile
+
+.include <bsd.port.mk>