diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-07-19 15:44:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-07-19 15:44:19 +0000 |
commit | 050d74a67ac72f2fc4b17c411517e1a842d03839 (patch) | |
tree | 551c54cb8d03e1205381f5db91decd2170dc0aa6 /chinese/pcmanx/Makefile | |
parent | fa4e659e45cb64d623e89383201fad66ca426eff (diff) |
Notes
Diffstat (limited to 'chinese/pcmanx/Makefile')
-rw-r--r-- | chinese/pcmanx/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile new file mode 100644 index 000000000000..9a84974ab468 --- /dev/null +++ b/chinese/pcmanx/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: pcmanx +# Date created: 2005/07/16 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= pcmanx +PORTVERSION= 0.1.7 +CATEGORIES= chinese net +MASTER_SITES= http://pcmanx.csie.net/release/ \ + http://bbs.ilc.edu.tw/~chinsan/pcmanx/ +DISTNAME= pcmanx-pure-gtk2-${PORTVERSION} + +# Maintainership available: drop me a line if interested :p +MAINTAINER= chinsan.tw@gmail.com +COMMENT= PCManX is a BBS client using GTK+ 2.x + +USE_GNOME= gtk20 intlhack +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/src/Makefile.in + +.include <bsd.port.post.mk> |