View | Details | Raw Unified | Return to bug 11842 | Differences between
and this patch

Collapse All | Expand All

(-)print/pdq/Makefile (-9 / +7 lines)
Lines 13-23 Link Here
13
13
14
MAINTAINER=	yinjieh@csie.nctu.edu.tw
14
MAINTAINER=	yinjieh@csie.nctu.edu.tw
15
15
16
LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
16
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
17
18
GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
19
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
17
20
18
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
22
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
20
		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
23
		GLIB_CONFIG="${GLIB_CONFIG}"
21
24
22
MAN1=		lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1
25
MAN1=		lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1
23
MAN5=		printrc.5
26
MAN5=		printrc.5
Lines 29-39 Link Here
29
	strip ${PREFIX}/bin/lpd_cancel
32
	strip ${PREFIX}/bin/lpd_cancel
30
	strip ${PREFIX}/bin/lpd_print
33
	strip ${PREFIX}/bin/lpd_print
31
	strip ${PREFIX}/bin/lpd_status
34
	strip ${PREFIX}/bin/lpd_status
32
	@${ECHO} '*******************************************************'
35
	@${CAT} pkg/MESSAGE
33
	@${ECHO} '*                                                     *'
34
	@${ECHO} '*     Please copy /usr/local/etc/printrc.sample to    *'
35
	@${ECHO} '*     /usr/local/etc/printrc by yourself, thanks.     *'
36
	@${ECHO} '*                                                     *'
37
	@${ECHO} '*******************************************************'
38
36
39
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)print/pdq/pkg/MESSAGE (+6 lines)
Line 0 Link Here
1
*******************************************************
2
*                                                     *
3
*     Please copy /usr/local/etc/printrc.sample to    *
4
*     /usr/local/etc/printrc by yourself, thanks.     *
5
*                                                     *
6
*******************************************************

Return to bug 11842