aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mime/Makefile
blob: a2b78343673b5d03700fb1ffad758761d8bc0fd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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_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>