2fdab32730
Changes: Hacked in some primitive word wrapping since a lot of people have been clamoring for it. Added new debian logo eps files (color and b/w) Numerous makefile fixes. Added in a routine to check that no files included are zero length. Hacked in the -b flag to suppress printing of the plaque on the traycard. Now goes from 1 to 4 columns (instead of 2-4) Documented new features and fixed old doco buglets. User can now specify standard .eps files without having to give the full path if the eps file resides in one of the standard cdlabelgen search paths. Now provides the extra 'tongue' needed for clear trays. Can now explicitly specify which templatefile to use (useful for customizations or just for hacking together different templates. Added in patch to print arbitrary ISO-Latin1 characters.
19 lines
574 B
Makefile
19 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/08/08 01:09:49 mjl Exp $
|
|
#
|
|
|
|
DISTNAME= cdlabelgen-1.5.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.red-bean.com/~bwf/software/cdlabelgen/ \
|
|
ftp://ftp.red-bean.com/pub/bwf/ \
|
|
${MASTER_SITE_SUNSITE:=utils/disk-management/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.red-bean.com/~bwf/software/cdlabelgen/
|
|
|
|
USE_PERL5= YES
|
|
MAKE_ENV+= SED="${SED}" MV="${MV}"
|
|
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
|
|
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|