mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
496 B
Makefile
27 lines
496 B
Makefile
# New ports collection makefile for: xlupe
|
|
# Version required: 1.0
|
|
# Date created: 17 Apr 1999
|
|
# Whom: runge@rostock.zgdv.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xlupe-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.rostock.zgdv.de/~runge/xlupe/
|
|
|
|
MAINTAINER= runge@rostock.zgdv.de
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
REQUIRES_MOTIF= no
|
|
|
|
# you can build it with a motif interface as well!
|
|
# REQUIRES_MOTIF= no
|
|
|
|
#post-install:
|
|
# strip ${PREFIX}/bin/xlupe
|
|
|
|
.include <bsd.port.mk>
|