a16fc84f19
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
14 lines
395 B
Makefile
14 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:29 agc Exp $
|
|
# FreeBSD Id: ports/graphics/fbm/Makefile,v 1.5 2000/04/29 23:54:02 steve Exp
|
|
|
|
DISTNAME= fbm-1.2
|
|
CATEGORIES= graphics converters
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/graphics/convert/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= Fuzzy Pixmap Manipulation utilities
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|