summaryrefslogtreecommitdiff
path: root/math/apc/Makefile
blob: 279df04c4c7ca61d2b45e6f23a6a52cbfa9c02f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	apc
PORTVERSION=	1.0
PORTREVISION=	9
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 share/man/man1/apc.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${PREFIX}/share/man/man1

.include <bsd.port.mk>