77f49b817f
Looks cute and small. Main reason for this port is x11/googles.
30 lines
704 B
Makefile
30 lines
704 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/13 18:50:39 espie Exp $
|
|
|
|
COMMENT='C++ toolkit for GUI'
|
|
CATEGORIES=devel
|
|
|
|
DISTNAME=fox-1.1.41
|
|
MASTER_SITES=${HOMEPAGE}/ftp/
|
|
HOMEPAGE=http://www.fox-toolkit.org/
|
|
MAINTAINER=Marc Espie <espie@openbsd.org>
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
LIB_DEPENDS=bz2::archivers/bzip2 \
|
|
jpeg::graphics/jpeg \
|
|
png::graphics/png \
|
|
tiff::graphics/tiff
|
|
|
|
CONFIGURE_ENV+= \
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+= \
|
|
--x-includes=${X11BASE}/include \
|
|
--x-libraries=${X11BASE}/lib
|
|
# LGPL or looser
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
PERMIT_PACKAGE_FTP=Yes
|
|
PERMIT_PACKAGE_CDROM=Yes
|
|
.include <bsd.port.mk>
|