diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-10-24 05:10:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-10-24 05:10:20 +0800 |
commit | f2007b00ee65f6004ba6637d31120c01f6c7fe6d (patch) | |
tree | 7a429c084d623121ed849c763fd89500ffaac02d /x11/gnometerminal/Makefile | |
parent | 179ba1bdf449ed938184332d6fc7c9f1fc5d8c89 (diff) | |
download | marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.tar marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.tar.gz marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.tar.bz2 marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.tar.lz marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.tar.xz marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.tar.zst marcuscom-ports-f2007b00ee65f6004ba6637d31120c01f6c7fe6d.zip |
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1292 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnometerminal/Makefile')
-rw-r--r-- | x11/gnometerminal/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile new file mode 100644 index 000000000..400a0d1f4 --- /dev/null +++ b/x11/gnometerminal/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gnometerminal +# Date created: 1 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnometerminal/Makefile,v 1.18 2003/10/14 01:10:41 adamw Exp $ +# + +PORTNAME= gnometerminal +PORTVERSION= 2.5.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-terminal/2.5 +DISTNAME= gnome-terminal-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Terminal component for the GNOME 2 Desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui vte +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |