|
Lines 1-19
Link Here
|
| 1 |
# New ports collection makefile for: simage |
1 |
# New ports collection makefile for: simage |
| 2 |
# Date created: 10 May 2002 |
2 |
# Date created: 10 May 2002 |
| 3 |
# Whom: jesse@cs.uni-magdeburg.de |
3 |
# Whom: roland.jesse@gmx.net |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/graphics/simage/Makefile,v 1.3 2003/02/21 12:15:28 knu Exp $ |
5 |
# $FreeBSD: ports/graphics/simage/Makefile,v 1.3 2003/02/21 12:15:28 knu Exp $ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= simage |
8 |
PORTNAME= simage |
| 9 |
PORTVERSION= 1.2.2 |
9 |
PORTVERSION= 1.2.2 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= graphics |
11 |
CATEGORIES= graphics |
| 11 |
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ |
12 |
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ |
| 12 |
|
13 |
|
| 13 |
MAINTAINER= jesse@cs.uni-magdeburg.de |
14 |
MAINTAINER= roland.jesse@gmx.net |
| 14 |
COMMENT= Library with image format loaders and front-ends |
15 |
COMMENT= Library with image format loaders and front-ends |
| 15 |
|
16 |
|
| 16 |
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile |
|
|
| 17 |
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |
17 |
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |
| 18 |
png.5:${PORTSDIR}/graphics/png \ |
18 |
png.5:${PORTSDIR}/graphics/png \ |
| 19 |
ungif.5:${PORTSDIR}/graphics/libungif |
19 |
ungif.5:${PORTSDIR}/graphics/libungif |
|
Lines 23-29
Link Here
|
| 23 |
USE_LIBTOOL= yes |
23 |
USE_LIBTOOL= yes |
| 24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
| 25 |
LDFLAGS="-L${LOCALBASE}/lib" |
25 |
LDFLAGS="-L${LOCALBASE}/lib" |
| 26 |
CONFIGURE_ARGS= --program-transform-name="s/x/x/" |
26 |
CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-ungif=${LOCALBASE} --with-jpeg --with-png --with-tiff --with-mpeg2enc |
| 27 |
INSTALLS_SHLIB= yes |
27 |
INSTALLS_SHLIB= yes |
| 28 |
|
28 |
|
| 29 |
post-patch: |
29 |
post-patch: |