mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e93d85f4d6
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor)
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# New ports collection makefile for: sselp
|
|
# Date created: July 19, 2008
|
|
# Whom: Julien Laffaye <kimelto@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sselp
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://dl.suckless.org/tools/ \
|
|
http://laffaye.free.fr/distfiles/
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= Simple SELection Printer for X11
|
|
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/sselp
|
|
|
|
.include <bsd.port.mk>
|