mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
555 B
Makefile
25 lines
555 B
Makefile
|
# New ports collection makefile for: login.app
|
||
|
# Version required: 2.0.0-Alpha-4
|
||
|
# Date created: 17 January 1999
|
||
|
# Whom: Maxim Sobolev <sobomax@altavista.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= Login.app-2.0.0-Alpha-4
|
||
|
PKGNAME= login.app-2.0.0.a4
|
||
|
CATEGORIES= x11 windowmaker
|
||
|
MASTER_SITES= http://www.fukt.hk-r.se/~per/login/
|
||
|
|
||
|
MAINTAINER= sobomax@altavista.net
|
||
|
|
||
|
LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker \
|
||
|
PropList.2:${PORTSDIR}/devel/libPropList \
|
||
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
|
||
|
ALL_TARGET= Login
|
||
|
|
||
|
.include <bsd.port.mk>
|