mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5b6f8042df
have removed the auto-update mimetype database for some reason. Maybe, they have forgotten about it or else... Reviewed by: marcus
35 lines
745 B
Makefile
35 lines
745 B
Makefile
# New ports collection makefile for: gpdf
|
|
# Date created: 12 April 2002
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gpdf
|
|
PORTVERSION= 2.8.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics print gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME version of xpdf
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \
|
|
desktopfileutils
|
|
USE_X_PREFIX= yes
|
|
INSTALLS_OMF= yes
|
|
USE_LIBTOOL_VER=15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= gpdf.schemas
|
|
|
|
post-install:
|
|
@-update-desktop-database > /dev/null
|
|
|
|
.include <bsd.port.mk>
|