mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
28 lines
618 B
Makefile
28 lines
618 B
Makefile
# New ports collection makefile for: gtkextra--
|
|
# Date created: 17 August 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkextramm
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A C++ wrappers for GtkExtra, for use with Gtk--
|
|
|
|
LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra \
|
|
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNOME= gtk12
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= PERL="${PERL}"
|
|
|
|
.include <bsd.port.mk>
|