aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpm/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 14:14:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-14 14:14:09 +0000
commit6c14e56e0db00a6a647f482f473c7485e806e916 (patch)
tree1df8a4fb81911bc1bc7c9e4a58e784f65800aed4 /graphics/xpm/Makefile
parent000e8742eb4a8fee1903508da03e4e7880fcdc08 (diff)
downloadports-6c14e56e0db00a6a647f482f473c7485e806e916.tar.gz
ports-6c14e56e0db00a6a647f482f473c7485e806e916.zip
Bring in the xpm port. Package files to follow.
Notes
Notes: svn path=/head/; revision=94
Diffstat (limited to 'graphics/xpm/Makefile')
-rw-r--r--graphics/xpm/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
new file mode 100644
index 000000000000..20ff865d09d3
--- /dev/null
+++ b/graphics/xpm/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: xpm
+# Version required: 3.4c
+# Date created: 14 September 1994
+# Whom: jkh
+#
+# $Id: Makefile,v 1.2 1994/09/14 12:00:57 jkh Exp $
+#
+
+DISTNAME= xpm-3.4c
+USE_IMAKE= yes
+MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
+
+.include <bsd.port.mk>