freebsd-ports/math/apc/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

26 lines
528 B
Makefile

# Created by: Eric A. Griff <eagriff@global2000.net>
# $FreeBSD$
PORTNAME= apc
PORTVERSION= 1.0
PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= LOCAL/arved
MAINTAINER= ports@FreeBSD.org
COMMENT= Xforms based Auto Payment Calculator
LICENSE= GPLv2
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
USES= xorg
USE_XORG= x11 xpm
PLIST_FILES= bin/apc man/man1/apc.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1
.include <bsd.port.mk>