freebsd-ports/x11-toolkits/xforms/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

30 lines
605 B
Makefile

# Created by: gena
# $FreeBSD$
PORTNAME= xforms
DISTVERSION= 1.2.4
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-toolkits graphics
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Graphical user interface toolkit for X Window System
LICENSE= LGPL21
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libtiff.so:${PORTSDIR}/graphics/tiff
USES= libtool
USE_XORG= xpm
USE_GL= gl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
BROKEN_ia64= Does not compile on ia64
.include <bsd.port.mk>