freebsd-ports/science/epte/Makefile
John Marino 46911f1726 science/epte: document ncurses, fix DF
While here, unsuppress installation commands per ports convention.

Approved by:	ncurses blanket + non-invasive DF support
2016-08-23 16:07:29 +00:00

30 lines
630 B
Makefile

# Created by: Frederic Culot <frederic@culot.org>
# $FreeBSD$
PORTNAME= epte
PORTVERSION= 2.0.8
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://www.toddmiller.com/epte/
MAINTAINER= culot@FreeBSD.org
COMMENT= Electronic Periodic Table of the Elements
USES= ncurses
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>