summaryrefslogtreecommitdiff
path: root/graphics/aview
diff options
context:
space:
mode:
authoragc <agc>2002-01-30 12:05:27 +0000
committeragc <agc>2002-01-30 12:05:27 +0000
commit0a3219f6a26ee823d9fb098b73f21dad813c71f7 (patch)
treef1b929fe2b4c6f07c2900bcb7443226c447b1c6b /graphics/aview
parent887e0368ab6ebae1ee9965fddc98dde16e651f3b (diff)
downloadpkgsrc-0a3219f6a26ee823d9fb098b73f21dad813c71f7.tar.gz
Apply mods from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15269 to
remove X11 support, now that there's an aview-x11 package.
Diffstat (limited to 'graphics/aview')
-rw-r--r--graphics/aview/DESCR2
-rw-r--r--graphics/aview/MESSAGE7
-rw-r--r--graphics/aview/Makefile7
3 files changed, 14 insertions, 2 deletions
diff --git a/graphics/aview/DESCR b/graphics/aview/DESCR
index 9cf47d06714..32c29d20cc9 100644
--- a/graphics/aview/DESCR
+++ b/graphics/aview/DESCR
@@ -15,3 +15,5 @@ dT 8 8 Tb aview features:
* Hidden "bonus" features :)
* Inversion
* Support for bright, dim, inverse attributes/extended character set
+
+This package is built without X11 support.
diff --git a/graphics/aview/MESSAGE b/graphics/aview/MESSAGE
new file mode 100644
index 00000000000..b9ca40a1382
--- /dev/null
+++ b/graphics/aview/MESSAGE
@@ -0,0 +1,7 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1 2002/01/30 12:05:27 agc Exp $
+
+This package is built without X11 support. If you want X11 support
+included, use the graphics/aview-x11 package instead.
+
+======================================================================
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile
index 2b9ea5dd6f4..b905d5539ac 100644
--- a/graphics/aview/Makefile
+++ b/graphics/aview/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/09 11:49:33 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/01/30 12:05:27 agc Exp $
#
DISTNAME= aview-1.3.0rc1
+PKGNAME= aview-1.3.0.1
+PKGREVISION= 1
CATEGORIES= graphics converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/}
@@ -9,6 +11,8 @@ MAINTAINER= salo@Xtrmntr.org
HOMEPAGE= http://aa-project.sourceforge.net/aview/
COMMENT= ASCII Art image viewer
+CONFLICTS+= aview-x11-[0-9]*
+
WRKSRC= ${WRKDIR}/aview-1.3.0
PLIST_SRC= ${WRKDIR}/PLIST
@@ -45,5 +49,4 @@ post-install:
.include "../../graphics/aalib/buildlink.mk"
.include "../../graphics/netpbm/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"