1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/mime/Makefile
2004-03-22 13:06:48 +00:00

26 lines
475 B
Makefile

# New ports collection makefile for: mime
# Date created: 3 June 2000
# Whom: jmg
#
# $FreeBSD$
#
PORTNAME= mime
PORTVERSION= 1.1
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
post-patch:
${REINPLACE_CMD} -e "s,-fpic,-fpic -fPIC,g" ${WRKSRC}/Makefile.in
post-install:
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>