diff options
Diffstat (limited to 'devel/publib/Makefile')
-rw-r--r-- | devel/publib/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/publib/Makefile b/devel/publib/Makefile deleted file mode 100644 index 5c67a28e1684..000000000000 --- a/devel/publib/Makefile +++ /dev/null @@ -1,21 +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 - -DEPRECATED= Upstream is gone and last release around 2012 -EXPIRATION_DATE=2025-07-31 - -LICENSE= BSD2CLAUSE - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -.include <bsd.port.mk> |