diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile new file mode 100644 index 00000000000..01a8f1dd80b --- /dev/null +++ b/devel/ucpp/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/07/24 12:16:24 espie Exp $ + +DISTNAME= ucpp-1.2 +COMMENT= C preprocessor and lexer +CATEGORIES= devel +HOMEPAGE= http://www.di.ens.fr/~pornin/ucpp/ +MASTER_SITES= ${HOMEPAGE} +PERMIT_PACKAGE_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes + +MAINTAINER= Marc Espie +MAKE_FLAGS= FLAGS='${CFLAGS} -D_POSIX_SOURCE' CC='${CC}' +NO_REGRESS= Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKBUILD}/ucpp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ucpp.1 ${PREFIX}/man/man1 + +.include diff --git a/devel/ucpp/distinfo b/devel/ucpp/distinfo new file mode 100644 index 00000000000..25a57789aeb --- /dev/null +++ b/devel/ucpp/distinfo @@ -0,0 +1,3 @@ +MD5 (ucpp-1.2.tar.gz) = 2bc332b2158d5274b0154b5939afbca4 +RMD160 (ucpp-1.2.tar.gz) = 423c4840a6ac5b95b8e2bdb5e8ea2ab074afe813 +SHA1 (ucpp-1.2.tar.gz) = a883e429068fa4800e3363638b60e710529117fd diff --git a/devel/ucpp/pkg/DESCR b/devel/ucpp/pkg/DESCR new file mode 100644 index 00000000000..be4d13b3b95 --- /dev/null +++ b/devel/ucpp/pkg/DESCR @@ -0,0 +1,7 @@ +Ucpp is a C preprocessor; it is designed to be quick and light, +but fully compliant with the ISO standard 9899:1999, also known +as C99. Ucpp can be compiled as a stand-alone program, or linked to +some other code; in the latter case, ucpp will output tokens, one +at a time, on demand, as an integrated lexer. + +WWW: ${HOMEPAGE} diff --git a/devel/ucpp/pkg/PLIST b/devel/ucpp/pkg/PLIST new file mode 100644 index 00000000000..df1fe63f292 --- /dev/null +++ b/devel/ucpp/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/24 12:16:24 espie Exp $ +bin/ucpp +man/man1/ucpp.1