diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-11-10 13:03:23 +0800 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-11-10 13:03:23 +0800 |
commit | a349fd768703a9165f75230003e2e1f7426cc5ba (patch) | |
tree | 3977095c468ab688e0c99593d55ab75ca5a7f2f1 /net | |
parent | 5ab257f6f70f976c6503a8d0772bbbe0942daa49 (diff) | |
download | freebsd-ports-gnome-a349fd768703a9165f75230003e2e1f7426cc5ba.tar.gz freebsd-ports-gnome-a349fd768703a9165f75230003e2e1f7426cc5ba.tar.zst freebsd-ports-gnome-a349fd768703a9165f75230003e2e1f7426cc5ba.zip |
- Update WWW link in pkg-descr
- Include bsd.mono.mk.
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
Diffstat (limited to 'net')
-rw-r--r-- | net/blam/Makefile | 7 | ||||
-rw-r--r-- | net/blam/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index 0a9fae1d2066..989ef0aa58fb 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -2,13 +2,13 @@ # Date created: 20040812 # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # -# $Id: Makefile,v 1.12 2005/06/22 03:28:22 tmclau02 Exp $ # $FreeBSD$ +# $Id: Makefile,v 1.19 2005/11/06 07:17:04 tmclau02 Exp $ # PORTNAME= blam PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 @@ -34,7 +34,7 @@ MOZILLA= mozilla USE_GNOME= gnomeprefix gnomehack intlhack intltool libgnomeui USE_BZIP2= yes USE_GMAKE= yes -USE_X_PREFIX= yes +USE_X_PREFIX= yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --with-mozilla=${MOZILLA} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -50,4 +50,5 @@ pre-everything:: @${ECHO_MSG} " firefox " @${ECHO_MSG} "" +.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> diff --git a/net/blam/pkg-descr b/net/blam/pkg-descr index c9486780829d..b189b9d18360 100644 --- a/net/blam/pkg-descr +++ b/net/blam/pkg-descr @@ -10,4 +10,4 @@ Among the features are: * Print the news entries you like * Automatically update the feeds at regular intervals -WWW: http://developer.imendio.com/wiki/Blam +WWW: http://www.imendio.com/projects/blam/ |