39 lines
770 B
Makefile
Raw Normal View History

2005-07-03 01:28:58 +00:00
# $OpenBSD: Makefile,v 1.21 2005/07/03 01:28:58 brad Exp $
1999-03-15 17:11:18 +00:00
COMMENT= "ascii art library"
1999-03-15 17:11:18 +00:00
DISTNAME= aalib-1.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_OPENBSD}
1999-03-15 17:11:18 +00:00
2003-04-06 01:15:10 +00:00
HOMEPAGE= http://aa-project.sourceforge.net/aalib/
2000-09-24 07:03:59 +00:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-15 17:11:18 +00:00
2005-07-03 01:28:58 +00:00
# GPL
2000-03-07 23:58:10 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-30 01:06:33 +00:00
WANTLIB= c m ncurses
2000-02-12 08:02:07 +00:00
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
1999-03-15 17:11:18 +00:00
2000-09-27 21:09:05 +00:00
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L} == "no_x11"
CONFIGURE_ARGS+= --without-x
2001-04-15 23:04:37 +00:00
.else
USE_X11= Yes
2004-11-30 01:06:33 +00:00
WANTLIB+= X11
2000-09-27 21:09:05 +00:00
.endif
post-extract:
@cd ${WRKSRC}; rm -f {config.cache,config.h,config.log,config.status}
@cp -f ${FILESDIR}/config.cache ${WRKSRC}
1999-03-15 17:11:18 +00:00
.include <bsd.port.mk>