blob: 82083e916eb3df7a2b42d83629f66e8f3c1090e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.8 2004/02/06 16:26:23 minskim Exp $
#
DISTNAME= xworld-2.0
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
ftp://ftp.Uni-Koeln.DE/misc/
MAINTAINER= wennmach@NetBSD.org
COMMENT= Earth as seen from the direction of the sun
USE_BUILDLINK2= yes
HAS_CONFIGURE= yes
USE_X11= yes
CONFIGURE_ENV+= PREFIX="${PREFIX}"
CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
CONFIGURE_ENV+= CAT="${CAT}" STRIP=strip INCLUDES="" MORELIBS=""
SUBST_CLASSES+= install
SUBST_MESSAGE.install= "Fixing install options."
SUBST_STAGE.install= post-patch
SUBST_FILES.install= Makefile.in
SUBST_SED.install= -e 's,-g bin -o bin,-g ${BINGRP} -o ${BINOWN},g'
.include "../../mk/bsd.pkg.mk"
|