blob: add65a9e525577a0440148d825a03be6234a1eb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: UFRaw gimp plugin
# Date created: Sun 10 Apr 2005 14:44:15 BST
# Whom: markm@FreeBSD.org
#
# $FreeBSD$
PORTNAME= gimp-ufraw
PORTVERSION= 0.4
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ufraw
DISTNAME= ufraw-${PORTVERSION}
MAINTAINER= markm@FreeBSD.org
COMMENT= GIMP plug-in for raw digital camera image importing
BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2
WANT_GNOME= yes
ALL_TARGET= build
INSTALL_TARGET= install-admin
.include <bsd.port.mk>
|