freebsd-ports/devel/libast/Makefile
Jimmy Olgeni 8d8939752a Add devel/libast, "A library of assorted spiffy things, previously known as
libmej, the Eterm helper library".

This port is required by the Eterm 0.9.1 upgrade.

Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-09-07 19:54:19 +00:00

27 lines
515 B
Makefile

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