3f0e8231cd
twelve-step enrolment thanks to sturm@
30 lines
666 B
Makefile
30 lines
666 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/07/05 00:08:07 mjc Exp $
|
|
|
|
COMMENT= "netdude plugin providing an API for trace sets"
|
|
|
|
DISTNAME= libnetdude-traceset-plugin-0.2
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/}
|
|
|
|
HOMEPAGE= http://netdude.sourceforge.net/
|
|
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org> \
|
|
Michael Coulter <mjc@openbsd.org>
|
|
|
|
RUN_DEPENDS= ::net/libnetdude/libnetdude
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|