openbsd-ports/devel/cvsgraph/Makefile

46 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.5 2003/04/10 09:52:45 jsyn Exp $
COMMENT= "graphical representation of CVS repository"
DISTNAME= cvsgraph-1.2.0
CATEGORIES= devel
HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph
MAINTAINER= Aleksander Piotrowski <aleksander.piotrowski@piestrak.waw.pl>
# 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"
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
CONFIGURE_ARGS+= --with-z-inc=/usr/include --with-z-lib=/usr/lib
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cvsgraph
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf \
${PREFIX}/share/examples/cvsgraph
${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1
.include <bsd.port.mk>