mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
40 lines
967 B
Makefile
40 lines
967 B
Makefile
# New ports collection makefile for: xpp
|
|
# Date created: 23 Mar 2007
|
|
# Whom: Nate Lawson <njl@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpp
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cups
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= njl@FreeBSD.org
|
|
COMMENT= X11-based printer manager for CUPS
|
|
|
|
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \
|
|
fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/xpp share/doc/xpp/README
|
|
PLIST_DIRS= share/doc/xpp
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \
|
|
${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|printFiles::get|get|' ${WRKSRC}/xpp.h
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/xpp
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xpp
|
|
|
|
.include <bsd.port.mk>
|