freebsd-ports/x11-toolkits/p5-Gtk/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

28 lines
684 B
Makefile

# Created by: Vanilla I. Shu <vanilla@MinJe.com.TW>
# $FreeBSD$
PORTNAME= Gtk
PORTVERSION= 0.7010
PORTREVISION= 3
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= The base module of Gtk-Perl
BUILD_DEPENDS= p5-XML-Writer>=0:textproc/p5-XML-Writer \
p5-XML-Parser>=0:textproc/p5-XML-Parser
USE_GNOME= gtk12
USES= perl5 shebangfix
SHEBANG_FILES= tools/gendoc.pl tools/gpdoc2pod
USE_PERL5= configure
CONFIGURE_ARGS= --without-guessing --lazy-load
MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so
.include <bsd.port.mk>