16 lines
368 B
Makefile
16 lines
368 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
PORTNAME= gimp-data-extras
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GIMP/gimp/extras/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Collection of additional brushes and patterns files for GIMP
|
|
|
|
LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app
|
|
|
|
USES= pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|