aboutsummaryrefslogtreecommitdiff
path: root/devel/libtar/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 19:40:15 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 19:40:15 +0000
commit30ca9191d0ad9703bb9f01268084988b066ac6df (patch)
treec3cbf8e3709316bdbdea0b1af9ca0511e7246033 /devel/libtar/Makefile
parentff049e43e41fa444ef0d5c27a750e9df6975a1f3 (diff)
downloadports-30ca9191d0ad9703bb9f01268084988b066ac6df.tar.gz
ports-30ca9191d0ad9703bb9f01268084988b066ac6df.zip
Notes
Diffstat (limited to 'devel/libtar/Makefile')
-rw-r--r--devel/libtar/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile
new file mode 100644
index 000000000000..d40a7bf64f4c
--- /dev/null
+++ b/devel/libtar/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libtar
+# Date created: 06 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libtar
+PORTVERSION= 1.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/libtar/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "files/manpages"
+
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>