[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / emulators / tkdgen

File: [local] / ports / emulators / tkdgen / Makefile (download)

Revision 1.3, Mon Nov 10 20:33:52 2008 UTC (15 years, 6 months ago) by yason
Branch: MAIN
Changes since 1.2: +7 -4 lines

bogus files were removed. after changing tkver 8.4->8.5 it runs fine. problem with ~/.tkdgen directory should be fixed.also should try to cook it with NO_BUILD=Yes. anyway it runs - tested on Pokemon Crazy Drummer ROM.

# $OpenBSD$

COMMENT = 		graphical frontend to dgen
DISTNAME = 		tkdgen-1.1.1
CATEGORIES = 		emulators

# GPLv2
PERMIT_PACKAGE_CDROM = 	Yes
PERMIT_PACKAGE_FTP = 	Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = 	Yes

MASTER_SITES = 		${MASTER_SITE_SOURCEFORGE:=tkdgen/}

RUN_DEPENDS = 		:tk-8.5.*:x11/tk/8.5 
BUILD_DEPENDS = 	${RUN_DEPENDS}
#NO_BUILD = 		Yes

CONFIGURE_STYLE = 	gnu old

pre-configure:
	@perl -pi -e 's|DIRTKDGEN|${PREFIX}/share|g' \
	${WRKSRC}/tkdgen.tcl

.include <bsd.port.mk>