pkgsrc/print/imposter/Makefile

23 lines
559 B
Makefile
Raw Normal View History

2021-12-08 17:01:42 +01:00
# $NetBSD: Makefile,v 1.54 2021/12/08 16:06:14 adam Exp $
#
DISTNAME= imposter-0.3
2021-12-08 17:01:42 +01:00
PKGREVISION= 36
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imposter/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://imposter.sourceforge.net/
COMMENT= Standalone OpenOffice presentations viewer using GTK2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
LDFLAGS.DragonFly= -lm
2014-02-09 01:26:50 +01:00
LDFLAGS.SunOS+= -lm
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"