diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 22:09:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 22:09:21 +0000 |
commit | 7efc9e505a11c9077774b55bd3d7c072f99b81a5 (patch) | |
tree | 87a813063462f2f70b4a1f8e9a160664c09fef76 /devel/libbinio | |
parent | 19420a1e7cd158ab3aaa35bd20627f0ef0f49c5a (diff) |
- Use pathfix
- Add license
- Trim header
Notes
Notes:
svn path=/head/; revision=317635
Diffstat (limited to 'devel/libbinio')
-rw-r--r-- | devel/libbinio/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index 12954abe6da6..394a36c854f1 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbinio -# Date created: 10 August 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= libbinio PORTVERSION= 1.4 @@ -14,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ehaupt@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> |