blob: 16cb7dc128b4e9682ae532f76ffd2312b00fe851 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.21.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION:C/(.*)\.([^.])/\1-\2/}
MAINTAINER= corecode@corecode.ath.cx
COMMENT= MIME Media Types list
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
@${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/etc
.include <bsd.port.mk>
|