1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/xmold/Makefile

23 lines
429 B
Makefile
Raw Normal View History

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