aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mime/Makefile
blob: 2ddeddb85504152acd7ae27f111073947c8689f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    mime
# Date created:             3 June 2000
# Whom:                 jmg
#
# $FreeBSD$
#

PORTNAME=   mime
PORTVERSION=    1.0
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

post-install:
    @${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>