openbsd-ports/devel/libixp/Makefile

29 lines
555 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:59 espie Exp $
2008-03-15 08:38:53 -04:00
COMMENT= stand-alone client/server 9P library
2008-03-15 08:38:53 -04:00
DISTNAME= libixp-0.4
2010-11-15 14:45:56 -05:00
REVISION = 1
2008-03-15 08:38:53 -04:00
CATEGORIES= devel
HOMEPAGE= http://www.suckless.org
# MIT/X, except intmap.c under Plan 9 License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/
2008-03-15 11:52:53 -04:00
WANTLIB= c
2008-03-15 08:38:53 -04:00
NO_REGRESS= Yes
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2008-03-15 08:38:53 -04:00
2008-03-15 11:52:53 -04:00
pre-configure:
@perl -pi -e 's,!!CFLAGS!!,${CFLAGS},g;' \
-e 's,!!CC!!,${CC},g' ${WRKSRC}/config.mk
2008-03-15 08:38:53 -04:00
.include <bsd.port.mk>