3ebe053d90
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
26 lines
532 B
Makefile
26 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= mpdist-3.7.1
|
|
PKGNAME= mp-3.7.1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpdist/}
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
HOMEPAGE= http://mpdist.sourceforge.net/
|
|
COMMENT= PostScript pretty printer
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
.else
|
|
CONFIGURE_ARGS+=--enable-bsd-print
|
|
.endif
|
|
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|