aboutsummaryrefslogtreecommitdiff
path: root/devel/libgta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgta/Makefile')
-rw-r--r--devel/libgta/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/libgta/Makefile b/devel/libgta/Makefile
index 8ce612647aeb..7801668bc319 100644
--- a/devel/libgta/Makefile
+++ b/devel/libgta/Makefile
@@ -2,21 +2,23 @@
# $FreeBSD$
PORTNAME= libgta
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.5
CATEGORIES= devel
MASTER_SITES= SAVANNAH/gta
MAINTAINER= coder@tuxfamily.org
-COMMENT= Libgta is a portable library that implements the GTA file format
+COMMENT= Portable library that implements the GTA file format
OPTIONS_DEFINE= DOCS
-USE_XZ= yes
GNU_CONFIGURE= yes
-USES= pathfix gmake
+USES= pathfix gmake tar:xz
USE_LDCONFIG= yes
regression-test test: build
cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgta.so
+
.include <bsd.port.mk>