513331d819
- remove Jolan Luff as MAINTAINER
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.12 2003/05/02 18:17:02 sturm Exp $
|
|
|
|
COMMENT= "GNU Problem Report Management System"
|
|
|
|
DISTNAME= gnats-3.113.1
|
|
CATEGORIES= databases devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gnats/}
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gnats/
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
CONFIGURE_ARGS+=--with-full-gnats --with-release-based
|
|
CONFIGURE_ENV+= SEND_PR=/usr/bin/false
|
|
|
|
INSTALL_TARGET= install-gnats install-send-pr install-info
|
|
|
|
FLAVORS= www
|
|
FLAVOR?=
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnats/
|
|
sed "s%y0y0y0%${TRUEPREFIX}%g" ${FILESDIR}/README.OpenBSD > \
|
|
${PREFIX}/share/doc/gnats/README.OpenBSD
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnats/
|
|
sed "s%/var/lib%${TRUEPREFIX}/share%g" \
|
|
${WRKDIST}/gnats/gnats-db.conf > \
|
|
${PREFIX}/share/examples/gnats/gnats-db.conf
|
|
.if ${FLAVOR:L:Mwww}
|
|
${INSTALL_PROGRAM} ${WRKDIST}/contrib/gnatsweb/gnatsweb.pl \
|
|
${PREFIX}/lib/gnatsweb
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|