freebsd-ports/x11-toolkits/gtkextra/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

26 lines
591 B
Makefile

# New ports collection makefile for: gtkextra
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkextra
PORTVERSION= 0.99.17
PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= http://gtkextra.sourceforge.net/src/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scigraphica
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A useful widget set complementary to GTK+
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= gtk12
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>