beaaa4d9a4
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.
12 lines
248 B
Makefile
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"
|