diff options
Diffstat (limited to 'devel/publib/Makefile')
-rw-r--r-- | devel/publib/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/publib/Makefile b/devel/publib/Makefile deleted file mode 100644 index 6917afa43ceb..000000000000 --- a/devel/publib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -PORTNAME= publib -PORTVERSION= 0.40 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://ftp.debian.org/debian/pool/main/p/publib/ -DISTNAME= publib_${PORTVERSION}.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library of C functions for various purposes - -LICENSE= BSD2CLAUSE - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -.include <bsd.port.mk> |