mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
25 lines
455 B
Makefile
25 lines
455 B
Makefile
|
# New ports collection makefile for: NADAR
|
||
|
# Date created: 22 April 2000
|
||
|
# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= nadar
|
||
|
PORTVERSION= b05
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/
|
||
|
|
||
|
MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp
|
||
|
|
||
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||
|
|
||
|
ALL_TARGET= all
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
|
||
|
MAN1= nadars.1 nadar.1
|
||
|
MANCOMPRESSED= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|