freebsd-ports/lang/cparser/Makefile
Wesley Shields 7ac269b573 - Update to 0.9.7
- Switch to MASTER_SITE_SOURCEFORGE
- Install man pages
- Fixup pkg-descr typos

PR:		ports/129343
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
2008-12-02 01:24:52 +00:00

32 lines
710 B
Makefile

# New ports collection makefile for: libFIRM
# Date created: 22 Nov 2008
# Whom: Christoph Mallon <christoph.mallon@gmx.de>
#
# $FreeBSD$
#
PORTNAME= cparser
PORTVERSION= 0.9.7
CATEGORIES= lang devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= christoph.mallon@gmx.de
COMMENT= A C99 compiler using libFIRM as backend
LIB_DEPENDS= firm.0:${PORTSDIR}/devel/libfirm
USE_BZIP2= yes
USE_GMAKE= yes
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>