diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-10 05:03:23 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-10 05:03:23 +0000 |
commit | b81940c6e17d78091d1a9cd43624b535e8c2c286 (patch) | |
tree | 99bf78bc619ced3e125ca3bb5c3b75f30d73d28f /net/blam | |
parent | b7c4969f2619516bc21795a427f41e2e3a672b9d (diff) | |
download | FreeBSD-ports-b81940c6e17d78091d1a9cd43624b535e8c2c286.zip FreeBSD-ports-b81940c6e17d78091d1a9cd43624b535e8c2c286.tar.gz |
- 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/blam')
-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 0a9fae1..989ef0a 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 c948678..b189b9d 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/ |