1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/newosaka/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

25 lines
558 B
Makefile

# New ports collection makefile for: newosaka
# Date created: 20 January 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= newosaka
PORTVERSION= 1.0
CATEGORIES+= japanese
MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
DISTFILES= new-osaka.tar.gz
MAINTAINER= nakai@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
(cd ${WRKSRC}; ${CC} ${CFLAGS} -o osaka osaka.c -I${WRKSRC})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osaka ${PREFIX}/bin
.include <bsd.port.mk>