Lines 6-25
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gtkglarea |
8 |
PORTNAME= gtkglarea |
9 |
PORTVERSION= 1.2.2 |
9 |
PORTVERSION= 1.2.3 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= x11-toolkits |
10 |
CATEGORIES= x11-toolkits |
12 |
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ |
11 |
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} |
|
|
12 |
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= An OpenGL widget for the GTK+ GUI toolkit |
15 |
COMMENT= An OpenGL widget for the GTK+ GUI toolkit |
16 |
|
16 |
|
|
|
17 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
18 |
|
17 |
USE_X_PREFIX= yes |
19 |
USE_X_PREFIX= yes |
18 |
USE_GL= yes |
20 |
USE_GL= yes |
19 |
USE_GNOME= gtk12 |
21 |
USE_GNOME= gnometarget gtk12 lthack |
20 |
USE_LIBTOOL_VER=13 |
22 |
USE_LIBTOOL_VER= 13 |
21 |
INSTALLS_SHLIB= yes |
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |
|
|
24 |
LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}" |
22 |
CONFIGURE_ARGS= --with-lib-GL |
25 |
CONFIGURE_ARGS= --with-lib-GL |
23 |
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++" |
26 |
INSTALLS_SHLIB= yes |
24 |
|
27 |
|
25 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |