svn commit: r317635 - head/devel/libbinio
Emanuel Haupt
ehaupt at FreeBSD.org
Tue May 7 22:09:22 UTC 2013
Author: ehaupt
Date: Tue May 7 22:09:21 2013
New Revision: 317635
URL: http://svnweb.freebsd.org/changeset/ports/317635
Log:
- Use pathfix
- Add license
- Trim header
Modified:
head/devel/libbinio/Makefile
Modified: head/devel/libbinio/Makefile
==============================================================================
--- head/devel/libbinio/Makefile Tue May 7 19:48:10 2013 (r317634)
+++ head/devel/libbinio/Makefile Tue May 7 22:09:21 2013 (r317635)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libbinio
-# Date created: 10 August 2004
-# Whom: Emanuel Haupt <ehaupt at critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt at critical.ch>
# $FreeBSD$
-#
PORTNAME= libbinio
PORTVERSION= 1.4
@@ -14,6 +10,9 @@ MASTER_SITES= SF
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Binary I/O stream class library
+LICENSE= LGPL21
+
+USES= pathfix
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -26,8 +25,6 @@ CFLAGS+= ${CPPFLAGS}
CXXFLAGS+= ${CPPFLAGS}
post-patch:
- @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|; \
- s|^\(pkgconfigdir\).*|\1 = ${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list