forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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>
|