summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r--emulators/wine-devel/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
deleted file mode 100644
index 58e007fa4c03..000000000000
--- a/emulators/wine-devel/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: wine
-# Version required: 980517
-# Date created: Sa 9 Nov 1996 00:52:22 MET
-# Whom: se
-#
-# $Id: Makefile,v 1.67 1999/01/17 10:53:43 se Exp $
-#
-
-DATE= 990131
-DISTNAME= Wine-${DATE}
-PKGNAME= wine-99.01.31
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= ALPHA/wine/development
-
-MAINTAINER= se@FreeBSD.ORG
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-WRKSRC= ${WRKDIR}/wine-${DATE}
-GNU_CONFIGURE= yes
-MAN1= wine.1
-
-pre-configure:
- @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
- >> ${WRKSRC}/autoconf.h
-
-post-configure:
- cd ${WRKSRC} && make depend
-
-do-install:
- ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin
- -@${MKDIR} ${PREFIX}/etc 2>/dev/null
- [ -f ${PREFIX}/etc/wine.conf ] \
- || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
- ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
- ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
-
-.include <bsd.port.mk>