2000-06-05 12:36:25 +02:00
|
|
|
# New ports collection makefile for: sylpheed
|
|
|
|
# Date created: 15 June 2000
|
|
|
|
# Whom: shigeri <shigeri@m10.alpha-net.ne.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sylpheed
|
2001-09-01 23:32:48 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2000-09-30 06:18:11 +02:00
|
|
|
CATEGORIES= mail ipv6
|
2000-07-02 16:46:39 +02:00
|
|
|
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
|
2000-06-05 12:36:25 +02:00
|
|
|
|
2001-09-01 23:32:48 +02:00
|
|
|
MAINTAINER= lehmann@ans-netz.de
|
2000-06-05 12:36:25 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
USE_IMLIB= yes
|
2000-06-05 12:36:25 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-10-05 08:57:56 +02:00
|
|
|
CONFIGURE_ARGS= --disable-compface --disable-gdk-pixbuf --enable-ipv6
|
2000-06-05 12:36:25 +02:00
|
|
|
|
2001-09-01 23:32:48 +02:00
|
|
|
PORTDOCS= ChangeLog INSTALL README TODO
|
2000-06-05 12:36:25 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/sylpheed
|
2000-09-30 06:18:11 +02:00
|
|
|
.for i in ${PORTDOCS}
|
2000-06-05 12:36:25 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed
|
2001-09-01 23:32:48 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i}.jp ${PREFIX}/share/doc/sylpheed
|
2000-06-05 12:36:25 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|