summaryrefslogtreecommitdiff
path: root/x11-fonts/getbdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/getbdf/Makefile')
-rw-r--r--x11-fonts/getbdf/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-fonts/getbdf/Makefile b/x11-fonts/getbdf/Makefile
new file mode 100644
index 000000000000..8ea48aa71a7b
--- /dev/null
+++ b/x11-fonts/getbdf/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: getbdf
+# Date created: 30 August 1996
+# Whom: ache
+#
+# $Id: Makefile,v 1.8 1996/08/06 04:59:00 asami Exp $
+#
+
+DISTNAME= getbdf
+CATEGORIES+= x11
+MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= ache@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+ALL_TARGET= getbdf
+
+do-install:
+ cd ${WRKSRC}; \
+ ${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin
+
+.include <bsd.port.mk>