mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# Created by: never@nevermind.kiev.ua
|
|
|
|
PORTNAME= publib
|
|
PORTVERSION= 0.40
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|