pkgsrc/x11/space_dapp/Makefile
wiz 2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00

31 lines
804 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/23 10:24:20 wiz Exp $
PKGNAME= space_dapp-20060717
CATEGORIES= x11
MASTER_SITES= http://darkshed.net/files/c_cpp/bits/
MAINTAINER= sborrill@NetBSD.org
HOMEPAGE= http://darkshed.net/files/c_cpp/bits/
COMMENT= Tiny dock app to create an empty space
DISTNAME= space_dapp.c
EXTRACT_SUFX=
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
.include "../../mk/bsd.prefs.mk"
do-build:
cd ${WRKSRC} && ${CC} -c ${CFLAGS} space_dapp.c -DSHAPE && \
${CC} -o space_dapp space_dapp.o -lc ${LIBS} ${X11_LDFLAGS} -lX11 -lXext
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/space_dapp ${DESTDIR}${PREFIX}/bin/
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"