1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

- Add LICENSE_FILE

- Convert to new options target helper
- Cleanup Makefile
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-17 18:07:53 +00:00
parent bea1fb437c
commit e55feec646
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399559

View File

@ -13,13 +13,12 @@ COMMENT= Provides a few data structures and helpful functions
# The software was licensed as GPLv2. LGPL20 is for the library.
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
OPTIONS_DEFINE= DOCS
ALL_TARGET= lib
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LIBS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USES= gmake libtool:build
@ -33,6 +32,8 @@ PORTDOCS= ${DOCS:T}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaa.so.3
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/