aboutsummaryrefslogtreecommitdiff
path: root/devel/libmaa
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-30 18:28:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-30 18:28:07 +0000
commitd34cdc99c94b57c86c273412e1c1fd339ede2c4e (patch)
treeaf9621300ee1119c7e85e19ef84f8ed7ef0ed780 /devel/libmaa
parentc1fcb629e0ff10f4ec3e7730659530c6144f1105 (diff)
downloadports-d34cdc99c94b57c86c273412e1c1fd339ede2c4e.tar.gz
ports-d34cdc99c94b57c86c273412e1c1fd339ede2c4e.zip
Notes
Diffstat (limited to 'devel/libmaa')
-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