freebsd-ports/russian/wmcyrx/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

33 lines
731 B
Makefile

# New ports collection makefile for: CyrX-2
# Date created: 04 Janyary 1999
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#
PORTNAME= wmcyrx
PORTVERSION= 2.1
CATEGORIES= russian windowmaker
MASTER_SITES= http://freebsd.org.ru/~osa/distfiles/ \
ftp://ftp.ssau.ru/pub/linux_soft/Cyrillic/ \
ftp://ftp.uven.ru/pub/cyrillic/X11/keyboard/
DISTNAME= cyrx-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400012
MAKE_ENV+= COPT="${CXXFLAGS} -fpermissive"
.endif
post-extract:
@ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2
.include <bsd.port.post.mk>