mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
31 lines
677 B
Makefile
31 lines
677 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $
|
|
|
|
PORTNAME= ggv
|
|
PORTVERSION= 2.12.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= print gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 2 ghostscript viewer
|
|
|
|
USE_BZIP2= yes
|
|
INSTALLS_OMF= yes
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils
|
|
USES= gettext gmake pkgconfig
|
|
USE_GHOSTSCRIPT=yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= ggv.schemas
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@-update-desktop-database > /dev/null
|
|
|
|
.include <bsd.port.mk>
|