freebsd-ports/mail/sylpheed/Makefile
Kevin Lo 4e94abe42a Upgrade to 0.4.9
Note that I fixed pkg-plist.

PR: 24186
Submitted by: MAINTAINER
2001-01-09 16:22:41 +00:00

35 lines
830 B
Makefile

# New ports collection makefile for: sylpheed
# Date created: 15 June 2000
# Whom: shigeri <shigeri@m10.alpha-net.ne.jp>
#
# $FreeBSD$
#
PORTNAME= sylpheed
PORTVERSION= 0.4.9
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
MAINTAINER= shigeri@m10.alpha-net.ne.jp
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-compface --disable-gdk-pixbuf --enable-ipv6
PORTDOCS= ChangeLog ChangeLog.jp INSTALL INSTALL.jp README README.jp \
TODO.jp
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sylpheed
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed
.endfor
.endif
.include <bsd.port.mk>