diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | 44fd51006809b35e7b92415f49a6d5df498af1fa (patch) | |
tree | cf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /net-im | |
parent | 10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff) | |
download | FreeBSD-ports-44fd51006809b35e7b92415f49a6d5df498af1fa.zip FreeBSD-ports-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/grouch/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/grouch/Makefile b/net-im/grouch/Makefile index 31ac8e1..42cf6e7 100644 --- a/net-im/grouch/Makefile +++ b/net-im/grouch/Makefile @@ -9,21 +9,22 @@ PORTNAME= grouch PORTVERSION= 20060713 CATEGORIES= net-im MASTER_SITES= http://mail.rochester.edu/~asveikau/grouch/ \ - http://io.debian.net/~tar/ports/distfiles/ + ${MASTER_SITE_GNUSTEP_CH} DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= gurkan@linuks.mine.nu COMMENT= AOL and ICQ Instant Messenger client for GNUstep -WRKSRC= ${WRKDIR}/Grouch -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} + +WRKSRC= ${WRKDIR}/Grouch + RENAISSANCE_PORT?= x11-toolkits/renaissance .include <bsd.port.mk> |