diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-05-31 09:58:16 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-05-31 09:58:16 +0000 |
commit | 8d0d91973b0785d03bd1a4551af5da3c11ed7b0f (patch) | |
tree | 5b81180d6c90dc2fdccf42f18ea23fb3a41ead83 /misc/shared-mime-info/Makefile | |
parent | 9ef25569587adf5b90ac36abbde1b60428ca7c1b (diff) |
Notes
Diffstat (limited to 'misc/shared-mime-info/Makefile')
-rw-r--r-- | misc/shared-mime-info/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile new file mode 100644 index 000000000000..8c77742d1fee --- /dev/null +++ b/misc/shared-mime-info/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: shared-mime-info +# Date created: 31 May 2002 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= shared-mime-info +PORTVERSION= 0.7 +CATEGORIES= misc +MASTER_SITES= http://www.freedesktop.org/standards/shared-mime-info/ +DISTNAME= shared-mime-info-${PORTVERSION} + +MAINTAINER= olgeni@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |