mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7e223b80d5
Reported by: bento
32 lines
566 B
Makefile
32 lines
566 B
Makefile
# 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>
|