1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11-toolkits/easygtk/Makefile
2007-05-27 03:03:31 +00:00

37 lines
771 B
Makefile

# New ports collection makefile for: easygtk
# Date created: 3 January 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= easygtk
PORTVERSION= 1.2
PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sobomax
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= A wrapper library for GTK+ which provides simplified GUI API
EXTRACT_BEFORE_ARGS= # it's intentionally left blank
EXTRACT_CMD= ${CAT} # not quite `extract', but who cares? ;)
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
USE_LDCONFIG= yes
MAKE_ENV= MKDIR="${MKDIR}" \
LN="${LN}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
.include <bsd.port.post.mk>