freebsd-ports/astro/xrmap/Makefile

33 lines
639 B
Makefile
Raw Normal View History

# New ports collection makefile for: xrmap
# Date created: 25 Dec 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= xrmap
2002-06-08 03:35:27 +02:00
PORTVERSION= 2.10
CATEGORIES= misc
2002-06-08 03:35:27 +02:00
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/
EXTRACT_SUFX= .tgz
2003-01-05 19:38:04 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Map portions of the earth from a given longitude/latitude
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>