on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
21 lines
537 B
Makefile
21 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/01/18 04:30:10 tnn2 Exp $
|
|
#
|
|
|
|
DISTNAME= GSCommander-0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 gnustep
|
|
MASTER_SITES= http://www.nice.ch/~phip/
|
|
|
|
MAINTAINER= metaridley@mchsi.com
|
|
HOMEPAGE= http://www.nice.ch/~phip/softcorner.html
|
|
COMMENT= Simple Unix command monitor for GNUstep
|
|
|
|
WRKSRC= ${WRKDIR}/GSCommander
|
|
USE_LANGUAGES= objc
|
|
NO_CONFIGURE= yes
|
|
MAKE_FILE=GNUmakefile
|
|
USE_TOOLS+=gmake
|
|
|
|
.include "../../devel/gnustep-base/buildlink3.mk"
|
|
.include "../../x11/gnustep-gui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|