blob: dda9a9ca5cc3ce91c0dd587f3bf4aec44c21bcf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: gena
# $FreeBSD$
PORTNAME= xforms
DISTVERSION= 1.2.4
PORTREVISION= 1
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>
|