Files
ports/devel/libast/Makefile
T
Nuno Teixeira ba9b737fa1 */*: Chase graphics/imlib2 update
New imlib2 version in ports.
2025-03-18 15:36:30 +00:00

28 lines
555 B
Makefile

PORTNAME= libast
PORTVERSION= 0.7
PORTREVISION= 16
CATEGORIES= devel
MASTER_SITES= http://www.eterm.org/download/ \
LOCAL/ehaupt
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library of assorted spiffy things
LICENSE= MIT
LIB_DEPENDS= libpcre.so:devel/pcre \
libImlib2.so:graphics/imlib2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= cpe libtool pathfix
.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS+=--enable-mmx
.endif
.include <bsd.port.mk>