pkgsrc/graphics/aalib/Makefile
jlam beaaa4d9a4 Share common pkgsrc bits between the aalib and aalib-x11 packages. Shrink
the aalib-x11 package to installing just the libraries and headers and to
install them with new names so that aalib-x11 and aalib no longer conflict.
Also, remove the aalib-x11/buildlink.mk file as it will be no longer used.
This solves part of pkg/16354.
2002-08-26 19:38:05 +00:00

12 lines
248 B
Makefile

# $NetBSD: Makefile,v 1.9 2002/08/26 19:38:05 jlam Exp $
PKGNAME= aalib-${BASE_VERS}
PKGREVISION= 1
CONFLICTS+= aalib-x11<=1.4.0.4
COMMENT= ASCII Art library
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-x11-driver=no
.include "Makefile.common"