aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cparser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cparser/Makefile')
-rw-r--r--lang/cparser/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile
index c436f5d2e6e1..051a0560f748 100644
--- a/lang/cparser/Makefile
+++ b/lang/cparser/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= cparser
-PORTVERSION= 0.9.6
+PORTVERSION= 0.9.7
CATEGORIES= lang devel
-MASTER_SITES= http://www.info.uni-karlsruhe.de/software/libfirm/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= christoph.mallon@gmx.de
COMMENT= A C99 compiler using libFIRM as backend
-RUN_DEPENDS= ${LOCALBASE}/lib/libfirm.a:${PORTSDIR}/devel/libfirm
LIB_DEPENDS= firm.0:${PORTSDIR}/devel/libfirm
USE_BZIP2= yes
@@ -23,7 +23,10 @@ PLIST_FILES= bin/cparser
.include <bsd.port.pre.mk>
+MAN1= cparser.1
+
do-install:
@${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/build/cparser ${PREFIX}/bin
+ @${INSTALL_MAN} ${INSTALL_WRKSRC}/cparser.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.post.mk>