mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4f8ba96420
Support PREFIX properly PR: 21615 Submitted by: Ports Fury (no response from maintainer)
30 lines
635 B
Makefile
30 lines
635 B
Makefile
# New ports collection makefile for: pdq
|
|
# Date created: 15 May 1999
|
|
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pdq
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://pdq.sourceforge.net/ftp/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
|
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-pdqlibdir=${PREFIX}/etc/pdq
|
|
|
|
MAN1= lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1
|
|
MAN5= printrc.5
|
|
|
|
post-install:
|
|
.for file in lpd_cancel lpd_print lpd_status pdq xpdq
|
|
@strip ${PREFIX}/bin/${file}
|
|
.endfor
|
|
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|