blob: ae885b8fb01caedbd656588414f4aa6573b66540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 21:12:53 xtraeme Exp $
#
DISTNAME= imposter-0.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=imposter/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://imposter.sourceforge.net/
COMMENT= Standalone OpenOffice presentations viewer using GTK2
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_X11= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|