1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/mime/Makefile
Lars Engels e2986bde50 - Fix a memory leak
- Bump PORTREVISION
- Add another MASTER_SITE
- Pass maintainership to as (at) bsdgroup.de

Submitted by:	new maintainer via IRC
2010-09-08 18:15:16 +00:00

28 lines
568 B
Makefile

# New ports collection makefile for: mime
# Date created: 3 June 2000
# Whom: jmg
#
# $FreeBSD$
#
PORTNAME= mime
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ \
http://people.bsdgroup.de/~as/freebsd/distfiles/
MAINTAINER= as@bsdgroup.de
COMMENT= C library to parse mime data
GNU_CONFIGURE= yes
USE_LDCONFIG= 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>