openbsd-ports/graphics/aalib/Makefile

35 lines
772 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2001/04/13 22:09:41 brad Exp $
1999-03-15 12:11:18 -05:00
# $FreeBSD: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $
COMMENT= "ascii art library"
1999-03-15 12:11:18 -05:00
DISTNAME= aalib-1.2
CATEGORIES= graphics
NEED_VERSION= 1.384
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
1999-03-15 12:11:18 -05:00
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-15 12:11:18 -05:00
2000-03-07 18:58:10 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
1999-03-15 12:11:18 -05:00
2000-09-27 17:09:05 -04:00
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L} == "no_x11"
CONFIGURE_ARGS+= --without-x
.endif
post-extract:
@cd ${WRKSRC}; rm -f {config.cache,config.h,config.log,config.status}
@cp -f ${FILESDIR}/config.cache ${WRKSRC}
1999-03-15 12:11:18 -05:00
.include <bsd.port.mk>