aboutsummaryrefslogtreecommitdiff
path: root/devel/mime/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2000-06-19 23:33:44 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2000-06-19 23:33:44 +0000
commit995c4e7f0c02378a3247cf7d8d067caf0dc4d033 (patch)
tree93fe450025b57639d3419c6250a191256947c350 /devel/mime/Makefile
parent84af95cb8a8f466bc23d0bb917da9dc4a66e84c8 (diff)
Notes
Diffstat (limited to 'devel/mime/Makefile')
-rw-r--r--devel/mime/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/mime/Makefile b/devel/mime/Makefile
new file mode 100644
index 000000000000..571e8bb32563
--- /dev/null
+++ b/devel/mime/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mime
+# Date created: 3 June 2000
+# Whom: jmg
+#
+# $FreeBSD$
+#
+
+PORTNAME= mime
+PORTVERSION= 1.0
+CATEGORIES= devel
+MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
+
+MAINTAINER= jmg@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+post-install:
+ @${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>