summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-engines2/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /x11-themes/gtk-engines2/Makefile
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-engines2/Makefile')
-rw-r--r--x11-themes/gtk-engines2/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
deleted file mode 100644
index ab276841c..000000000
--- a/x11-themes/gtk-engines2/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gtk-engines2
-# Date Created: 21 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.81 2010/04/02 02:52:06 avl Exp $
-#
-
-PORTNAME= gtk-engines2
-PORTVERSION= 2.20.1
-CATEGORIES= x11-themes
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Theme engine for the GTK+-2.0 toolkit
-
-CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]*
-
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehack gtk20 intlhack ltasneededhack
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:22
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-
-OPTIONS= ANIMATION "Enable experimental animated progressbars" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_ANIMATION)
-CONFIGURE_ARGS+= --enable-animation
-.endif
-
-post-install:
- @(cd ${WRKSRC}/po && ${GMAKE} install)
-
-.include <bsd.port.post.mk>