1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New Makefile structure, package name and pre-configure target.

Submitted by:	me
This commit is contained in:
Satoshi Asami 1995-04-11 02:32:57 +00:00
parent 85ed3fea5c
commit edd71eca0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1330

View File

@ -2,20 +2,22 @@
# Version required: 1.31
# Date created: 13 September 1994
# Whom: jkh
# Last Updated: 26 February 1995
# Whom: me
# Responsible: me@FreeBSD.org
#
# $I$
# $Id$
#
DISTNAME= emu-1.31
WRKSRC= ${WRKDIR}/emu
USE_IMAKE= yes
PKGNAME= emu-1.3.1
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
CATEGORIES+= x11
# NO_INSTALL_MANPAGES= yes
IS_INTERACTIVE= yes
MAINTAINER= me@FreeBSD.org
USE_IMAKE= yes
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/emu
pre-configure:
cd ${WRKSRC}/client ; ln -s ../doc/emu.man .
.include <bsd.port.mk>