In file included from buttonbar.h:24, from interface.c:42: config_common.h:136: error: expected specifier-qualifier-list before 'GPtrArray' config_common.h:157: error: expected specifier-qualifier-list before 'guint32' config_common.h:178: error: expected specifier-qualifier-list before 'GdkPixmap' config_common.h:189: error: expected specifier-qualifier-list before 'GString' Reported by: pointyhat
47 lines
973 B
Makefile
47 lines
973 B
Makefile
# New ports collection makefile for: gtktalog
|
|
# Date created: 20 Mar 2002
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtktalog
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 11
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool to make disk catalogs
|
|
|
|
BUILD_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg
|
|
RUN_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg
|
|
|
|
BROKEN= does not build
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gnomelibs gnomeprefix
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN1= gtktalog.1
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.else
|
|
USE_GETTEXT= yes
|
|
PLIST_SUB+= NLS=""
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in AUTHORS BUGS ChangeLog NEWS README TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|