mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5a79fff166
Shouldn't hurt much since no changes have been made since then. This is a null commit to mark my sloppyness.
25 lines
538 B
Makefile
25 lines
538 B
Makefile
# New ports collection makefile for: XStarRoll
|
|
# Version required: 1.04
|
|
# Date created: 14 January 1999
|
|
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.2 1999/01/18 04:54:37 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xstarroll-1.04
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://wwwmiya.ee.kagu.sut.ac.jp/~sakai/
|
|
|
|
MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
ALL_TARGET= xstarroll
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
MAN1= xstarroll.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|