aboutsummaryrefslogtreecommitdiff
path: root/devel/libmaa/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-26 10:21:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-26 10:21:01 +0000
commit666b9e436becbaf7b3984f6a556bc41bd9483c5c (patch)
tree3ae642d4e99a4a9128b9970d926333af7ddcb0af /devel/libmaa/Makefile
parentcae52ca85b8967e97cd2edfb7f8913e2f6fd2519 (diff)
downloadports-666b9e436becbaf7b3984f6a556bc41bd9483c5c.tar.gz
ports-666b9e436becbaf7b3984f6a556bc41bd9483c5c.zip
Notes
Diffstat (limited to 'devel/libmaa/Makefile')
-rw-r--r--devel/libmaa/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile
index e6df2e68f06f..6e2706f40830 100644
--- a/devel/libmaa/Makefile
+++ b/devel/libmaa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libmaa
-PORTVERSION= 1.3.0
+PORTVERSION= 1.3.1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -17,19 +17,19 @@ COMMENT= Provides a few data structures and helpful functions
ALL_TARGET= lib
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
-LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
+LDFLAGS+= -L${LOCALBASE}/lib
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
DOCS= COPYING.LIB README doc/libmaa.600dpi.ps
PLIST_FILES= include/maa.h \
+ lib/libmaa.a \
lib/libmaa.la \
- lib/libmaa.so.3 \
lib/libmaa.so \
- lib/libmaa.a
+ lib/libmaa.so.3
PORTDOCS= ${DOCS:T}
post-install: