2005-07-19 17:44:19 +02:00
|
|
|
# New ports collection makefile for: pcmanx
|
|
|
|
# Date created: 2005/07/16
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pcmanx
|
2005-10-11 05:07:19 +02:00
|
|
|
PORTVERSION= 0.3.3
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-09-19 14:49:41 +02:00
|
|
|
CATEGORIES= chinese net gnome
|
2005-07-19 17:44:19 +02:00
|
|
|
MASTER_SITES= http://pcmanx.csie.net/release/ \
|
|
|
|
http://bbs.ilc.edu.tw/~chinsan/pcmanx/
|
|
|
|
DISTNAME= pcmanx-pure-gtk2-${PORTVERSION}
|
|
|
|
|
2005-10-11 05:07:19 +02:00
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
|
|
COMMENT= BBS client using GTK+ 2.x
|
2005-07-19 17:44:19 +02:00
|
|
|
|
|
|
|
USE_GNOME= gtk20 intlhack
|
2005-09-19 14:49:41 +02:00
|
|
|
USE_GCC= 3.3+
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-19 17:44:19 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_REINPLACE= yes
|
2005-07-27 00:46:49 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-07-19 17:44:19 +02:00
|
|
|
|
|
|
|
.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
|
|
|
|
|
2005-07-20 13:45:22 +02:00
|
|
|
.include <bsd.port.mk>
|