diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-08 13:15:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-08 13:15:21 +0000 |
commit | 355d600911e4a488711b78b27ebb0cae3e098f37 (patch) | |
tree | 703c8941d7f066ff7fe98123efbef9fbdcac8125 /graphics/gpicview/Makefile | |
parent | ec5ba85483a871141143b43d035a843f6c20fd42 (diff) | |
download | ports-355d600911e4a488711b78b27ebb0cae3e098f37.tar.gz ports-355d600911e4a488711b78b27ebb0cae3e098f37.zip |
Notes
Diffstat (limited to 'graphics/gpicview/Makefile')
-rw-r--r-- | graphics/gpicview/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile new file mode 100644 index 000000000000..e4eed609ac1d --- /dev/null +++ b/graphics/gpicview/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gpicview +# Date created: 2007-10-05 +# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> +# +# $FreeBSD$ +# + +PORTNAME= gpicview +PORTVERSION= 0.1.5 +CATEGORIES= graphics +MASTER_SITES= SF +MASTER_SITE_SUBDIR= lxde + +MAINTAINER= janos.mohacsi@bsd.hu +COMMENT= A Simple and Fast Image Viewer for X + +USE_XLIB= yes +USE_GNOME= gtk20 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |