pkgsrc/sysutils/dog/Makefile

28 lines
594 B
Makefile
Raw Normal View History

2009-02-19 17:36:25 +01:00
# $NetBSD: Makefile,v 1.13 2009/02/19 16:36:25 joerg Exp $
DISTNAME= dog-1.7
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://jl.photodex.com/dog/
2003-07-18 00:50:55 +02:00
MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://jl.photodex.com/dog/
COMMENT= Dog writes the contents of each given file, URL, or stdin
2009-02-19 17:36:25 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
USE_TOOLS+= gmake
BUILD_TARGET= dog
.include "../../mk/bsd.prefs.mk"
LDFLAGS.SunOS+= -lsocket -lnsl
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Interix"
MAKE_ENV+= OBJS="getopt.o getopt1.o"
.endif
.include "../../mk/bsd.pkg.mk"