Files
Daniel Engberg 626f334c15 devel/publib: Deprecate and set expiration date to 2025-07-31
Upstream is long gone there's a long todo list included in the release
archive listing various functionality and bug fixes
2025-06-08 15:46:52 +02:00

22 lines
491 B
Makefile

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>