freebsd-ports/devel/libast/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

31 lines
648 B
Makefile

# ports collection makefile for: libast
# Date created: 7 September 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= libast
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= http://www.eterm.org/download/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
Imlib2.1:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
USE_FREETYPE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if defined(WITH_MMX) && (${ARCH} == "i386")
CONFIGURE_ARGS= --enable-mmx
.endif
.include <bsd.port.post.mk>