freebsd-ports/misc/mime-support/Makefile
Oliver Lehmann 23112b2f96 update to 3.51.1
Feature safe: yes
2011-01-13 09:15:21 +00:00

28 lines
727 B
Makefile

# New ports collection makefile for: mime-support
# Date created: 7 March 2003
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
#
# $FreeBSD$
#
PORTNAME= mime-support
PORTVERSION= 3.51.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION:C/([0-9]*\.[0-9]*)\.(.*)/\1-\2/}
MAINTAINER= oliver@FreeBSD.org
COMMENT= MIME Media Types list
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
PLIST_FILES= bin/run-mailcap etc/mime.types
MAN1= run-mailcap.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/run-mailcap ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/etc
${INSTALL_MAN} ${WRKSRC}/run-mailcap.man ${MANPREFIX}/man/man1/run-mailcap.1
.include <bsd.port.mk>