diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-15 21:30:02 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-15 21:30:02 +0000 |
commit | ad68c0e8940d84be83d136c361d341dd5b5c5635 (patch) | |
tree | 61d5b73c4018e7f257bef910c7d2ef01371b6970 /emulators/vpce/Makefile | |
parent | 8e6ee444b379c812358e378ccb669d6ca3e2da76 (diff) | |
download | FreeBSD-ports-ad68c0e8940d84be83d136c361d341dd5b5c5635.zip FreeBSD-ports-ad68c0e8940d84be83d136c361d341dd5b5c5635.tar.gz |
Import of vpce: Turbo Graphix 16 emulator
Submitted by: nakai@TokyoNet.AD.JP
Diffstat (limited to 'emulators/vpce/Makefile')
-rw-r--r-- | emulators/vpce/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile new file mode 100644 index 0000000..11b3f08 --- /dev/null +++ b/emulators/vpce/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: vpce +# Version required: 0.3f +# Date created: 20 August 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= vpce03f_freebsd +PKGNAME= vpce-0.3f +CATEGORIES= emulators +MASTER_SITES= http://www.fortunecity.com/roswell/vanthal/10/ +EXTRACT_SUFX= .tgz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +NO_WRKSUBDIR= yes +USE_XLIB= yes +NO_BUILD= yes + +STRIP= + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xvpce_03f_freebsd ${PREFIX}/bin/xvpce +.if !defined(NOPORTDOCS) + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.vpce +.endif + +.include <bsd.port.mk> |