mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
39 lines
1002 B
Makefile
39 lines
1002 B
Makefile
# New ports collection makefile for: mail/firemime
|
|
# Date created: Sun 31 May 16:35:00 WST 2004
|
|
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firemime
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= mail devel
|
|
MASTER_SITES= http://www.firestuff.org/projects/ \
|
|
http://www.wa.apana.org.au/~dean/sources/ \
|
|
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
|
|
|
|
MAINTAINER= dean@odyssey.apana.org.au
|
|
COMMENT= Callback-based interface for parsing MIME-encoded messages
|
|
|
|
USE_BZIP2= yes
|
|
HAS_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
MAN1= mimedump.1
|
|
MAN3= firemime_decode_body.3 firemime_get_full_header.3 firemime_get_header.3 \
|
|
firemime_param_value.3 firemime_parse.3 firemime_strerror.3 \
|
|
firemime_strip_comments.3 firemime_strip_markup.3 libfiremime.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
USE_GCC= 3.4
|
|
|
|
pre-configure:
|
|
@-${RM} -r ${WRKSRC}/firemake/*.orig
|
|
|
|
post-install:
|
|
${LN} -s libfiremime.so.0.9.4 ${PREFIX}/lib/libfiremime.so.0
|
|
|
|
.include <bsd.port.post.mk>
|