aboutsummaryrefslogblamecommitdiff
path: root/math/plantri/Makefile
blob: b5fbcf4e695daffe127979038e10d3c58dbc9a83 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                                                           











                                                                     
PORTNAME=	plantri
DISTVERSION=	5.2
CATEGORIES=	math
MASTER_SITES=	http://users.cecs.anu.edu.au/~bdm/plantri/
DISTNAME=	${PORTNAME}${DISTVERSION:S/.//}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Plantri and fullgen are programs to generate planar graph
WWW=		https://users.cecs.anu.edu.au/~bdm/plantri/

MAKEFILE=	makefile
MAKE_ARGS=	CC=${CC} CFLAGS="${CFLAGS}"

PLIST_FILES=	bin/plantri \
		bin/fullgen

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/plantri ${STAGEDIR}${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/fullgen ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>