summaryrefslogtreecommitdiffstats
path: root/x11/bitmap/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2010-02-14 20:46:21 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2010-02-14 20:46:21 +0800
commit1ea5de10f7c7ed413f075559e0286d1bfb31f487 (patch)
treec7742f44006a78196c21422278a1006ef62719c7 /x11/bitmap/Makefile
parentefd775afc0e07fccdebcfb0bdeaaca0ad272f62a (diff)
downloadxorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.tar
xorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.tar.gz
xorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.tar.bz2
xorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.tar.lz
xorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.tar.xz
xorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.tar.zst
xorg-devel-ports-1ea5de10f7c7ed413f075559e0286d1bfb31f487.zip
- Next Inport
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@42 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/bitmap/Makefile')
-rw-r--r--x11/bitmap/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile
new file mode 100644
index 0000000..f11e64a
--- /dev/null
+++ b/x11/bitmap/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: bitmap
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/bitmap/Makefile,v 1.2 2009/01/23 16:28:10 flz Exp $
+#
+
+PORTNAME= bitmap
+PORTVERSION= 1.0.4
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Bitmap editor and converter utilities for X
+
+XORG_CAT= app
+USE_XORG= x11 xmu x11 xbitmaps xt xaw xbitmaps
+MAN1= atobm.1 bitmap.1 bmtoa.1
+
+.include <bsd.port.mk>