2014-06-18 11:28:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.51 2014/06/18 09:28:18 wiz Exp $
|
2000-12-08 17:36:24 +01:00
|
|
|
|
2006-05-07 03:47:00 +02:00
|
|
|
DISTNAME= xpp-1.5
|
2014-06-18 11:28:16 +02:00
|
|
|
PKGREVISION= 12
|
2000-12-08 17:36:24 +01:00
|
|
|
CATEGORIES= print x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
|
|
|
|
|
2006-03-14 17:00:40 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2000-12-08 17:36:24 +01:00
|
|
|
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= X Printing Panel
|
2000-12-08 17:36:24 +01:00
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2004-02-18 11:21:15 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-07-22 06:46:13 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2000-12-08 17:36:24 +01:00
|
|
|
|
2002-08-25 23:48:57 +02:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/xpp
|
2000-12-08 17:36:24 +01:00
|
|
|
|
2010-01-27 17:41:59 +01:00
|
|
|
INSTALLATION_DIRS+= ${DOCDIR}
|
2004-02-18 11:22:27 +01:00
|
|
|
|
2000-12-08 17:36:24 +01:00
|
|
|
post-install:
|
2010-01-27 17:41:59 +01:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} LICENSE README ${DESTDIR}${DOCDIR}
|
2000-12-08 17:36:24 +01:00
|
|
|
|
2014-06-18 11:26:09 +02:00
|
|
|
.include "../../print/cups15/buildlink3.mk"
|
2010-01-27 17:41:59 +01:00
|
|
|
.include "../../x11/fltk/buildlink3.mk"
|
2000-12-08 17:36:24 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|