2007-11-20 09:18:16 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2007/11/20 14:18:16 ajacoutot Exp $
|
New ghostscript port, living in a subdir.
Important changes:
- prodded by Nikolay Sturm to do the upgrade,
- Gnu-ghostscript is now 5.50, packaging changed slightly,
- most patches have been integrated,
- use MAKE_FLAGS to remove Makefile patches and gnu-make dependency,
- pull pdf_encrypt out from the main package so that gs can be distributed
on CD-Rom,
- simplify DEVICE_DEVS (get list from NetBSD), removed interactive script
for now, as it wasn't reliably upgraded,
- infrastructure allows for Aladdin ghostscript along-side.
2000-02-19 12:40:42 -05:00
|
|
|
|
2004-07-10 14:57:13 -04:00
|
|
|
SUBDIR += gnu
|
|
|
|
SUBDIR += gnu,a4
|
2007-11-20 09:18:16 -05:00
|
|
|
SUBDIR += gnu,cups
|
|
|
|
SUBDIR += gnu,cups,a4
|
2004-07-10 14:57:13 -04:00
|
|
|
SUBDIR += gnu,gtk
|
|
|
|
SUBDIR += gnu,gtk,a4
|
2007-11-20 09:18:16 -05:00
|
|
|
SUBDIR += gnu,gtk,cups
|
|
|
|
SUBDIR += gnu,gtk,cups,a4
|
2004-07-10 14:57:13 -04:00
|
|
|
SUBDIR += gnu,no_x11
|
|
|
|
SUBDIR += gnu,no_x11,a4
|
2007-11-20 09:18:16 -05:00
|
|
|
SUBDIR += gnu,no_x11,cups
|
|
|
|
SUBDIR += gnu,no_x11,cups,a4
|
2004-07-10 14:57:13 -04:00
|
|
|
SUBDIR += gnu-fonts
|
New ghostscript port, living in a subdir.
Important changes:
- prodded by Nikolay Sturm to do the upgrade,
- Gnu-ghostscript is now 5.50, packaging changed slightly,
- most patches have been integrated,
- use MAKE_FLAGS to remove Makefile patches and gnu-make dependency,
- pull pdf_encrypt out from the main package so that gs can be distributed
on CD-Rom,
- simplify DEVICE_DEVS (get list from NetBSD), removed interactive script
for now, as it wasn't reliably upgraded,
- infrastructure allows for Aladdin ghostscript along-side.
2000-02-19 12:40:42 -05:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|