aboutsummaryrefslogtreecommitdiff
path: root/astro/xrmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/xrmap/Makefile')
-rw-r--r--astro/xrmap/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile
deleted file mode 100644
index 4d2649a720d1..000000000000
--- a/astro/xrmap/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: xrmap
-# Date created: 25 Dec 2001
-# Whom: petef
-#
-# $FreeBSD$
-#
-
-PORTNAME= xrmap
-PORTVERSION= 2.03
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= petef@FreeBSD.org
-
-USE_IMAKE= yes
-USE_XPM= yes
-
-MAN1= xrmap.1
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-post-patch:
- @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Imakefile
-
-post-install:
- @${SED} "s,%%PREFIX%%,${PREFIX}," < ${FILESDIR}/pkg-message.in > \
- ${PKGMESSAGE}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>