aboutsummaryrefslogtreecommitdiff
path: root/devel/gputils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gputils/Makefile')
-rw-r--r--devel/gputils/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile
deleted file mode 100644
index 58a0ec64affd..000000000000
--- a/devel/gputils/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: gpasm
-# Date created: 4 Aug 2000
-# Whom: Samuel Tardieu <sam@inf.enst.fr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gpasm
-PORTVERSION= 0.8.9
-CATEGORIES= devel
-MASTER_SITES= http://download.sourceforge.net/gpasm/
-
-MAINTAINER= sam@inf.enst.fr
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.8
-GNU_CONFIGURE= yes
-MAKE_ARGS= DATADIR=${PREFIX}/share/gpasm
-
-post-install:
- strip ${PREFIX}/bin/gpasm
-
-.include <bsd.port.mk>