mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
337 B
Makefile
21 lines
337 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= jmg@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
post-install:
|
||
|
@${LDCONFIG} -m ${PREFIX}/lib
|
||
|
|
||
|
.include <bsd.port.mk>
|