opnsense-ports/science/epte/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
601 B
Makefile

# Created by: Frederic Culot <frederic@culot.org>
# $FreeBSD$
PORTNAME= epte
PORTVERSION= 2.0.8
CATEGORIES= science
MASTER_SITES= http://www.toddmiller.com/epte/
MAINTAINER= culot@FreeBSD.org
COMMENT= Electronic Periodic Table of the Elements
MAKEFILE= makefile
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/epte \
man/man1/epte.1.gz
post-patch:
@${REINPLACE_CMD} 's|/usr|${PREFIX}|' ${WRKSRC}/epte.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/epte ${STAGEDIR}${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/epte.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>