freebsd-ports/misc/gman/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

29 lines
657 B
Makefile

# ex:ts=8
# New ports collection makefile for: gman
# Date created: Mar 30, 3001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gman
PORTVERSION= 0.9.3
CATEGORIES= misc
MASTER_SITES= http://homex.coolconnect.com/user/xkwang/gman/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview
USE_GNOMENG= yes
USE_GNOME= gtk12
MAN1= gman.1x
post-patch:
@${PERL} -pi -e "s,^CXX =,#CXX =,g ; s,^CXXFLAGS =,CXXFLAGS+=,g ; \
s,gtk-config,${GTK_CONFIG},g ; s,= /usr,= ${PREFIX},g ; \
s,/var/www,${LOCALBASE}/www,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>