1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/apc/Makefile
Pietro Cerutti 7f6ea9306d - Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
2014-01-08 09:53:50 +00:00

23 lines
439 B
Makefile

# Created by: Eric A. Griff <eagriff@global2000.net>
# $FreeBSD$
PORTNAME= apc
PORTVERSION= 1.0
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
MAINTAINER= ports@FreeBSD.org
COMMENT= An xforms based Auto Payment Calculator
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms
USE_XORG= x11 xpm
MAN1= apc.1
MANCOMPRESSED= yes
PLIST_FILES= bin/apc
NO_STAGE= yes
.include <bsd.port.mk>