1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/libmaa/Makefile

39 lines
825 B
Makefile
Raw Normal View History

# Ports collection makefile for: libmaa
# Date created: 2008/01/26
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= libmaa
PORTVERSION= 1.1.1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR= dict
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Provides a few data structures and helpful functions
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
ALL_TARGET= lib
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in COPYING.LIB README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/doc/libmaa.600dpi.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>