1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/libmaa/Makefile
Chin-San Huang 89179ad360 - Update to 1.1.1
- Add Project's SF site.
2009-02-01 21:51:22 +00:00

39 lines
825 B
Makefile

# 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>