freebsd-ports/x11/xmold/Makefile

23 lines
432 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmold
# Version required: 1.0
# Date created: 11 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
1999-08-30 22:51:23 -04:00
# $FreeBSD$
#
DISTNAME= xmold
PKGNAME= xmold-1.0
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/
MAINTAINER= nakai@FreeBSD.org
USE_IMAKE= yes
NO_INSTALL_MANPAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin
.include <bsd.port.mk>