1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/math/apc/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

26 lines
563 B
Makefile

# Created by: Eric A. Griff <eagriff@global2000.net>
# $FreeBSD$
PORTNAME= apc
PORTVERSION= 1.0
PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
MAINTAINER= ports@FreeBSD.org
COMMENT= Xforms based Auto Payment Calculator
LICENSE= GPLv2
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms
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>