freebsd-ports/devel/c_parser/Makefile
Baptiste Daroussin fd5f318f3c Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-16 13:55:41 +00:00

26 lines
513 B
Makefile

# ex:ts=8
# Ports collection makefile for: c_parser
# Date created: Jan 18, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= c_parser
PORTVERSION= 0.2.5
CATEGORIES= devel
MASTER_SITES= http://www.mazumdar.demon.co.uk/
MAINTAINER= ports@FreeBSD.org
COMMENT= A C99 Parser
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
NO_WRKSUBDIR= yes
PLIST_FILES= bin/c_parser
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c_parser ${PREFIX}/bin
.include <bsd.port.mk>