on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
25 lines
587 B
Makefile
25 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.37 2008/01/18 05:08:56 tnn Exp $
|
|
|
|
DISTNAME= xpp-1.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= print x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
|
|
COMMENT= X Printing Panel
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/xpp
|
|
|
|
.include "../../print/cups/buildlink3.mk"
|
|
.include "../../x11/fltk/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|