diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:51:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:51:00 +0000 |
commit | 6aff2262c6a7843745e1d7ae4f90e31879fb2227 (patch) | |
tree | 6e1d04d9194f6d40a80b6c25ecee82fe19aa648c /x11-toolkits/gtk-thinice-engine/Makefile | |
parent | 60f546b66b0d818248ae51e599d81bdabb016d55 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtk-thinice-engine/Makefile')
-rw-r--r-- | x11-toolkits/gtk-thinice-engine/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-thinice-engine/Makefile b/x11-toolkits/gtk-thinice-engine/Makefile new file mode 100644 index 000000000000..bdf7f356bddd --- /dev/null +++ b/x11-toolkits/gtk-thinice-engine/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gtk-thinice-engine +# Date Created: 04 February 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtk-thinice-engine +PORTVERSION= 2.0.2 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +.include <bsd.port.mk> |