diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-03-27 02:37:36 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-03-27 02:37:36 +0000 |
commit | ee989ed26acaee2d9bd7dd7aa71321b066c6eb67 (patch) | |
tree | e544d692cf4403f2c2c91d49c4f14d1f96796bfc /misc/mime-support/Makefile | |
parent | efaa98f4e377b26f1dc7d633e853eadd6feece70 (diff) | |
download | ports-ee989ed26acaee2d9bd7dd7aa71321b066c6eb67.tar.gz ports-ee989ed26acaee2d9bd7dd7aa71321b066c6eb67.zip |
Notes
Diffstat (limited to 'misc/mime-support/Makefile')
-rw-r--r-- | misc/mime-support/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile new file mode 100644 index 000000000000..7aa4388ae2d5 --- /dev/null +++ b/misc/mime-support/Makefile @@ -0,0 +1,25 @@ +# 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} +MASTER_SITE_SUBDIR= pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME} +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> |