openbsd-ports/devel/cvsgraph/Makefile

46 lines
1.3 KiB
Makefile
Raw Normal View History

2002-10-25 18:37:52 -04:00
# $OpenBSD: Makefile,v 1.4 2002/10/25 22:37:52 naddy Exp $
2002-06-29 09:39:51 -04:00
COMMENT= graphic representation of cvs repository
DISTNAME= cvsgraph-1.2.0
CATEGORIES= devel
HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph
2002-07-16 20:03:01 -04:00
MAINTAINER= Aleksander Piotrowski <aleksander.piotrowski@piestrak.waw.pl>
2002-06-29 09:39:51 -04:00
# GPL 2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/release/
LIB_DEPENDS= gd.18::graphics/gd \
jpeg::graphics/jpeg \
png::graphics/png
ALL_TARGET=
CONFIGURE_STYLE= gnu dest
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lttf -lm"
2002-07-16 20:03:01 -04:00
CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
--with-gd-lib=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-jpeg-inc=${LOCALBASE}/include \
--with-jpeg-lib=${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-png-inc=${LOCALBASE}/include \
--with-png-lib=${LOCALBASE}/lib
2002-06-29 09:39:51 -04:00
CONFIGURE_ARGS+= --with-z-inc=/usr/include --with-z-lib=/usr/lib
2002-10-25 18:37:52 -04:00
NO_REGRESS= Yes
2002-06-29 09:39:51 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cvsgraph
2002-07-16 20:03:01 -04:00
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf \
${PREFIX}/share/examples/cvsgraph
2002-06-29 09:39:51 -04:00
${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1
.include <bsd.port.mk>