aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-07-31 02:28:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-07-31 02:28:07 +0800
commit1d88b508df5360fd8102048550208a282a923a20 (patch)
treeaf9621300ee1119c7e85e19ef84f8ed7ef0ed780 /devel
parentaa7d2334deb9ba0cc1fb37828c366156add0cda8 (diff)
downloadfreebsd-ports-gnome-1d88b508df5360fd8102048550208a282a923a20.tar.gz
freebsd-ports-gnome-1d88b508df5360fd8102048550208a282a923a20.tar.zst
freebsd-ports-gnome-1d88b508df5360fd8102048550208a282a923a20.zip
- Update to 1.3.2
- Add LICENSE - Convert to new options framework - Do not silence installation message - Remove license file from PLIST Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.2/README/view
Diffstat (limited to 'devel')
-rw-r--r--devel/libmaa/Makefile18
-rw-r--r--devel/libmaa/distinfo4
2 files changed, 14 insertions, 8 deletions
diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile
index 9fefa2283203..ae177bd4f299 100644
--- a/devel/libmaa/Makefile
+++ b/devel/libmaa/Makefile
@@ -6,14 +6,18 @@
#
PORTNAME= libmaa
-PORTVERSION= 1.3.1
-PORTEPOCH= 1
+PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides a few data structures and helpful functions
+# The software was licensed as GPLv2. LGPL20 is for the library.
+LICENSE= LGPL20
+
+OPTIONS_DEFINE= DOCS
+
ALL_TARGET= lib
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
@@ -22,7 +26,7 @@ USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
-DOCS= COPYING.LIB README doc/libmaa.600dpi.ps
+DOCS= README doc/libmaa.600dpi.ps
PLIST_FILES= include/maa.h \
lib/libmaa.a \
lib/libmaa.la \
@@ -30,10 +34,12 @@ PLIST_FILES= include/maa.h \
lib/libmaa.so.3
PORTDOCS= ${DOCS:T}
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/
- @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>
diff --git a/devel/libmaa/distinfo b/devel/libmaa/distinfo
index 9e738aa228d7..e967400bd0aa 100644
--- a/devel/libmaa/distinfo
+++ b/devel/libmaa/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libmaa-1.3.1.tar.gz) = 53401077333ea1a8b9fd0669b2fcb62bee435a6b95c6678c605640d8d4f5f077
-SIZE (libmaa-1.3.1.tar.gz) = 287084
+SHA256 (libmaa-1.3.2.tar.gz) = 59a5a01e3a9036bd32160ec535d25b72e579824e391fea7079e9c40b0623b1c5
+SIZE (libmaa-1.3.2.tar.gz) = 287198