mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
697daef19e
- Add LICENSE - Remove regression-test (It doesn't exist anymore) - Sort pkg-plist PR: 221592 Submitted by: lbartoletti@tuxfamily.org (maintainer)
25 lines
470 B
Makefile
25 lines
470 B
Makefile
# Created by: lbartoletti <coder@tuxfamily.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgta
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SAVANNAH/gta
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= Portable library that implements the GTA file format
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pathfix gmake tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgta.so
|
|
|
|
.include <bsd.port.mk>
|