21 lines
511 B
Makefile
21 lines
511 B
Makefile
# New ports collection makefile for: gracula
|
|
# Version required: 3.0
|
|
# Date created: 28 Oct 1999
|
|
# Whom: Kevin Lo <kevlo@openbsd.org>
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.2 1999/10/29 08:33:04 kevlo Exp $
|
|
#
|
|
|
|
DISTNAME= gracula-3.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \
|
|
http://www.whizkidtech.net/gcl/
|
|
|
|
MAINTAINER= kevlo@openbsd.org
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
|
|
$(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|