pkgsrc-wip/wsmake/Makefile
Blue Rats 3ef8a5c2e4 Resolved recent bulk build failure: added two patches, commented the other
two (modified one); +LICENSE; passes pkglint
2012-12-29 13:14:11 +00:00

20 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/12/29 13:14:11 othyro Exp $
#
DISTNAME= wsmake-0.6.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wsmake/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/wsmake/
COMMENT= Software for production and maintenance of web sites
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
#USE_BZIP2= yes
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"