36 lines
785 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2017/05/15 19:56:03 rsadowski Exp $
2002-06-29 13:39:51 +00:00
COMMENT= graphical representation of CVS repository
2002-06-29 13:39:51 +00:00
DISTNAME= cvsgraph-1.7.0
2002-06-29 13:39:51 +00:00
CATEGORIES= devel
HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph
REVISION= 0
2002-06-29 13:39:51 +00:00
2014-03-17 23:21:26 +00:00
# GPLv2+
2002-06-29 13:39:51 +00:00
PERMIT_PACKAGE_CDROM= Yes
2014-03-17 23:21:26 +00:00
WANTLIB += c fontconfig freetype gd iconv jpeg m png pthread tiff webp
WANTLIB += z
2002-06-29 13:39:51 +00:00
MASTER_SITES= ${HOMEPAGE}/release/
2016-09-13 14:40:29 +00:00
LIB_DEPENDS= converters/libiconv \
graphics/gd
2002-06-29 13:39:51 +00:00
2014-03-17 23:21:26 +00:00
ALL_TARGET=
2002-06-29 13:39:51 +00:00
CONFIGURE_STYLE= gnu
2002-07-17 00:03:01 +00:00
CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
--with-gd-lib=${LOCALBASE}/lib
CFLAGS += -I${LOCALBASE}/include
2002-06-29 13:39:51 +00:00
2013-03-11 10:50:00 +00:00
NO_TEST= Yes
2002-10-25 22:37:52 +00:00
post-install:
2002-06-29 13:39:51 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cvsgraph
2002-07-17 00:03:01 +00:00
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf \
${PREFIX}/share/examples/cvsgraph
2002-06-29 13:39:51 +00:00
.include <bsd.port.mk>