diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-05 08:10:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-05 08:10:17 +0800 |
commit | f32dcc80c8c10d76f3708985165861e93f004318 (patch) | |
tree | 177682a5d86a7d6df6750d26c8d275b694ba91ed /net | |
parent | b8d7404c90df4c6038218862f72290fec0a4ad7b (diff) | |
download | freebsd-ports-gnome-f32dcc80c8c10d76f3708985165861e93f004318.tar.gz freebsd-ports-gnome-f32dcc80c8c10d76f3708985165861e93f004318.tar.zst freebsd-ports-gnome-f32dcc80c8c10d76f3708985165861e93f004318.zip |
- Update to 1.99.4
PR: 134178
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/tintin++-devel/Makefile | 8 | ||||
-rw-r--r-- | net/tintin++-devel/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 3f3caedff3b9..6acdd17d5e30 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -6,13 +6,19 @@ # PORTNAME= tintin -PORTVERSION= 1.99.0 +PORTVERSION= 1.99.4 CATEGORIES+= net games MASTER_SITES= SFE MAINTAINER= sunpoet@sunpoet.net COMMENT= A client program to help playing MUDs (devel version) +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + +CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include \ + --libdir=${LOCALBASE}/lib +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LATEST_LINK= ${PORTNAME}-devel WRKSRC= ${WRKDIR}/tt/src diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo index 36dddca40c52..0eb04258f5c9 100644 --- a/net/tintin++-devel/distinfo +++ b/net/tintin++-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tintin-1.99.0.tar.gz) = 96035e48e63a405d1798f6d1e89796cf -SHA256 (tintin-1.99.0.tar.gz) = 91c865554b3d8f689492e7f112416090ba076f745e8b97c97f3c83108501c0ef -SIZE (tintin-1.99.0.tar.gz) = 226645 +MD5 (tintin-1.99.4.tar.gz) = 68ed5944e629d8c239ff9088d45b96c4 +SHA256 (tintin-1.99.4.tar.gz) = baed9b2b8517636cdf49bcedfcab9d0debb9075ffab424903dc0e0fde8217ef4 +SIZE (tintin-1.99.4.tar.gz) = 226374 |