aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-request.h
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Added a simple `e_request_string()' utility function.Ettore Perazzoli2001-07-011-0/+34
mulators/mastergear/Makefile?id=e88f5da5657bccc2f31b605cc36e2175ab7180b8'>commitdiffstats
path: root/emulators/mastergear/Makefile
blob: e2bb29ccb0fe36c443410fc4efc491665dc97078 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                          


                                                                  
                                                     


                   

                              
                                             

                        
                               
 
                   
 


                                                       

                                                                   

                      
# New ports collection makefile for:   mastergear
# Version required:    1.0
# Date created:        02 November 1996
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.6 1998/08/05 09:30:50 asami Exp $
#

DISTNAME=   SMS
PKGNAME=    mastergear-1.0
CATEGORIES= emulators
MASTER_SITES=   http://www.komkon.org/fms/MG/
DISTFILES=  MG.tar.Z

MAINTAINER= nacai@iname.com

USE_X_PREFIX=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin
    @${MKDIR} ${PREFIX}/share/mastergear
    ${INSTALL_DATA} ${WRKSRC}/MG.doc ${PREFIX}/share/mastergear

.include <bsd.port.mk>