- Fix recursive COMMENT - Convert to USES=tar:xz - Strip library PR: ports/187430 [1] Submitted by: maintainer
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# Created by: lbartoletti <coder@tuxfamily.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgta
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SAVANNAH/gta
|
|
|
|
MAINTAINER= coder@tuxfamily.org
|
|
COMMENT= Portable library that implements the GTA file format
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
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>
|