1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/libmaa/Makefile
Sunpoet Po-Chuan Hsieh 1016202f0f - Restore PORTEPOCH
Reported by:	erwin
2012-07-31 15:08:11 +00:00

47 lines
928 B
Makefile

# Ports collection makefile for: libmaa
# Date created: 2008/01/26
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= libmaa
PORTVERSION= 1.3.2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provides a few data structures and helpful functions
# The software was licensed as GPLv2. LGPL20 is for the library.
LICENSE= LGPL20
OPTIONS_DEFINE= DOCS
ALL_TARGET= lib
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
DOCS= README doc/libmaa.600dpi.ps
PLIST_FILES= include/maa.h \
lib/libmaa.a \
lib/libmaa.la \
lib/libmaa.so \
lib/libmaa.so.3
PORTDOCS= ${DOCS:T}
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>