pkgsrc-wip/enet/Makefile
Aleksej Saushev 90d227ea69 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 22:07:28 +00:00

20 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/09/28 22:07:34 asau Exp $
#
DISTNAME= enet-1.0
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
MAINTAINER= Pseudo.Statistic@gmail.com
HOMEPAGE= http://enet.bespin.org/
COMMENT= Network communication layer that runs on top of UDP
PKG_DESTDIR_SUPPORT= none
USE_TOOLS+= gmake
USE_LANGUAGES= c
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"