1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/sylpheed/Makefile
Ying-Chieh Liao 88fabd2c14 upgrade to 0.4.66
PR:		27208
Submitted by:	MAINTAINER
2001-05-08 17:59:20 +00:00

35 lines
831 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.66
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>