blob: 0c6c412e7ed5be0d16b3badce107e6fddd0bc8f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: cfdg
# Date created: 2008-03-14
# Whom: Anatoly Borodin <anatoly.borodin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cfdg
PORTVERSION= 2.1
CATEGORIES= graphics math
MASTER_SITES= http://www.contextfreeart.org/download/
DISTNAME= ContextFreeSource${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= anatoly.borodin@gmail.com
COMMENT= Context Free Design Grammar compiler
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_BISON= build
USE_GMAKE= yes
NO_INSTALL_MANPAGES= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/input/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
|