mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
63a181d059
PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org>
31 lines
673 B
Makefile
31 lines
673 B
Makefile
# New ports collection makefile for: virt
|
|
# Date created: 8 May 2001
|
|
# Whom: lg
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= virt
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://vampiro.rshb.com.ru/pub/warez/virt/ \
|
|
ftp://ftp.treasury.ru/pub/unix/virt/
|
|
|
|
MAINTAINER= lg@rrf.ru
|
|
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
MAN6= virt.6
|
|
MANCOMPRESSED= no
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s,gtk-config,${GTK_CONFIG},g ; \
|
|
s,%%INSTALL_PROGRAM%%,${INSTALL_PROGRAM},g ; \
|
|
s,%%INSTALL_DATA%%,${INSTALL_DATA},g ; \
|
|
s,%%INSTALL_MAN%%,${INSTALL_MAN},g" ${WRKSRC}/Makefile
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/share/${PORTNAME}
|
|
@${MKDIR} ${PREFIX}/share/${PORTNAME}/keytop
|
|
|
|
.include <bsd.port.mk>
|