20 lines
348 B
Makefile
20 lines
348 B
Makefile
|
# ex:ts=8
|
||
|
# Ports collection makefile for: libvm68k
|
||
|
# Date created: Jun 4, 2002
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libvm68k
|
||
|
PORTVERSION= 1.0.6
|
||
|
CATEGORIES= emulators
|
||
|
MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|