freebsd-ports/devel/publib/Makefile
Pawel Pekala 0812cc01a7 - Update to version 0.40
- Configuration switched from home grown framework to pure autotools configure
- Fix recursive COMMENT
- According to README all files are under BSD 2 clause license,
  license is embedded at end of README file so no LICENSE_FILE
2015-05-30 11:42:58 +00:00

20 lines
413 B
Makefile

# Created by: never@nevermind.kiev.ua
# $FreeBSD$
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
USES= gmake
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>