1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-toolkits/gtkmm20/Makefile
Satoshi Asami 3067bb6524 No need to use += for variable defined only once. (I know it's just
a comment, but a bad one nonetheless. :)
1998-09-15 09:39:00 +00:00

30 lines
750 B
Makefile

# New ports collection makefile for: gtk--
# Version required: 0.9.14
# Date created: 11 May 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/08/31 22:01:46 kuriyama Exp $
#
DISTNAME= Gtk---0.9.14
PKGNAME= gtk---0.9.14
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE= yes
USE_AUTOCONF= yes
# for the future GNOME support
#CONFIGURE_ARGS= --with-gnome=${X11BASE}
USE_GMAKE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>