626f334c15
Upstream is long gone there's a long todo list included in the release archive listing various functionality and bug fixes
22 lines
491 B
Makefile
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>
|