freebsd-ports/devel/mime/Makefile
Marcus Alves Grando 10a73f5a15 Fix compile when >= 6.0
PR:		88253
Submitted by:	"Boris B. Samorodov" <bsam@ipt.ru>
2005-10-31 00:47:29 +00:00

27 lines
539 B
Makefile

# New ports collection makefile for: mime
# Date created: 3 June 2000
# Whom: jmg
#
# $FreeBSD$
#
PORTNAME= mime
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library to parse mime data
GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e "s,-fpic,-fpic -fPIC,g" ${WRKSRC}/Makefile.in
post-install:
@(cd ${PREFIX}/lib ; ${LN} -sf libmime.so.1 libmime.so )
.include <bsd.port.mk>