20696471fe
illusion marc still maintains them. as requested by himself.
32 lines
740 B
Makefile
32 lines
740 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/09/15 17:37:22 jasper Exp $
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
COMMENT= Palm OS Emulator
|
|
|
|
VERSION= 3.5
|
|
DISTNAME= Emulator_Src_${VERSION}
|
|
PKGNAME= pose-${VERSION}p1
|
|
CATEGORIES= palm emulators
|
|
HOMEPAGE= http://www.palmos.com/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ::x11/fltk
|
|
|
|
MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/
|
|
DISTFILES= ${DISTNAME:L}.tar.gz
|
|
WRKSRC= ${WRKDIST}/BuildUnix
|
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
AUTOCONF_VERSION= 2.13
|
|
CONFIGURE_ARGS= --with-fltk=${LOCALBASE} --enable-static-link --with-x
|
|
AUTOMAKE_VERSION= 1.4
|
|
USE_GMAKE= Yes
|
|
USE_X11= Yes
|
|
|
|
.include <bsd.port.mk>
|