aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mkisofs-devel/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-08-08 01:56:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-08-08 01:56:41 +0000
commit445c7c73f551f6b3756c53603e181c5c27d4abad (patch)
treec83a166447bba48bd5d6551935c4c1c90a21f74d /sysutils/mkisofs-devel/Makefile
parent47f7871c2355fac669ca0399f7597d55b5b399d6 (diff)
downloadports-445c7c73f551f6b3756c53603e181c5c27d4abad.tar.gz
ports-445c7c73f551f6b3756c53603e181c5c27d4abad.zip
Bring in mkisofs 1.0.5 as a port.
Notes
Notes: svn path=/head/; revision=3542
Diffstat (limited to 'sysutils/mkisofs-devel/Makefile')
-rw-r--r--sysutils/mkisofs-devel/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/mkisofs-devel/Makefile b/sysutils/mkisofs-devel/Makefile
new file mode 100644
index 000000000000..7b4725fdca33
--- /dev/null
+++ b/sysutils/mkisofs-devel/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mkisofs
+# Version required: 1.0.5
+# Date created: 07 Aug 1996
+# Whom: jkh
+#
+# $Id$
+#
+
+DISTNAME= mkisofs-1.05
+CATEGORIES+= sysutils
+MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/BETA/cdrom/
+
+MAINTAINER= jkh@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+ALL_TARGET=
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man8/mkisofs.8
+.endif
+
+.include <bsd.port.mk>