Lines 3-10
Link Here
|
3 |
# $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $ |
3 |
# $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $ |
4 |
|
4 |
|
5 |
PORTNAME= libspectre |
5 |
PORTNAME= libspectre |
6 |
PORTVERSION= 0.2.7 |
6 |
PORTVERSION= 0.2.8 |
7 |
PORTREVISION= 2 |
|
|
8 |
CATEGORIES= print |
7 |
CATEGORIES= print |
9 |
MASTER_SITES= http://libspectre.freedesktop.org/releases/ |
8 |
MASTER_SITES= http://libspectre.freedesktop.org/releases/ |
10 |
|
9 |
|
Lines 13-23
Link Here
|
13 |
|
12 |
|
14 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
15 |
|
14 |
|
16 |
USES= gmake libtool:keepla pathfix pkgconfig ghostscript |
15 |
USES= gmake libtool localbase pathfix pkgconfig ghostscript |
17 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
18 |
USE_GNOME= cairo |
17 |
USE_GNOME= cairo |
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
20 |
LDFLAGS+= -L${LOCALBASE}/lib |
21 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
22 |
INSTALL_TARGET= install-strip |
19 |
INSTALL_TARGET= install-strip |
23 |
|
20 |
|