de8f6fc4e4
have had their commit bits retired.
22 lines
376 B
Makefile
22 lines
376 B
Makefile
# 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>
|