mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f5566a8c68
on intltool. Reported by: lofi
28 lines
696 B
Makefile
28 lines
696 B
Makefile
# New ports collection makefile for: gnomemimedata
|
|
# Date created: 22 January 2002
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomemimedata
|
|
PORTVERSION= 2.4.2
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.4
|
|
DISTNAME= gnome-mime-data-${PORTVERSION}
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A MIME and Application database for GNOME
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomehack gnomehier intlhack gnomeprefix gnometarget pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
.include <bsd.port.mk>
|